summaryrefslogtreecommitdiffstats
path: root/libass/ass_font.c
Commit message (Expand)AuthorAgeFilesLines
* 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