summaryrefslogtreecommitdiffstats
path: root/libass/ass_font.c
Commit message (Expand)AuthorAgeFilesLines
* Select the first charmap in the font, if FreeType did not autoselect any.eugeni2007-02-151-1/+11
* Update some comments.eugeni2006-12-171-0/+31
* Cosmetics: fix indentation.eugeni2006-12-161-15/+15
* Keep reselected fonts in an array, adding new ones to the end. Glypheugeni2006-12-161-26/+54
* Avoid storing font file path and index in ass_font_t.eugeni2006-12-161-12/+8
* FT_Set_Transform is fast enough to be called once for each glyph.eugeni2006-12-161-15/+7
* Avoid "pointer targets differ in signedness" warnings.eugeni2006-12-161-1/+1
* Move ascender, descender, and kerning computation to ass_font.c.eugeni2006-12-161-0/+32
* Open embedded fonts directly from memory.eugeni2006-12-031-1/+21
* Keep embedded fonts in ass_library_t and perform actual disk writeeugeni2006-12-031-0/+2
* If a glyph is not found in the current font, switch to another one.eugeni2006-11-281-0/+55
* Skip glyphs with char code < 0x20.eugeni2006-11-281-0/+3
* Add FT_Library to ass_font_t.eugeni2006-11-281-0/+1
* Move ass_font_desc_t and ass_font_t declarations to ass_font.h.eugeni2006-11-271-0/+2
* Cosmetics: reindent.eugeni2006-11-271-9/+9
* Don't call FT_Set_Transform/FT_Set_Pixel_Sizes if values have not changed.eugeni2006-11-271-0/+10
* Move ass_font_t allocation to ass_font.h.eugeni2006-11-271-3/+12
* Initialize font size with 0.eugeni2006-11-271-0/+1
* Remove obsolete "no_more_font_messages" hack.eugeni2006-11-261-5/+1
* Move fonts-related code to a separate file.eugeni2006-11-261-0/+139