summaryrefslogtreecommitdiffstats
path: root/libass/ass_font.h
Commit message (Expand)AuthorAgeFilesLines
* Keep reselected fonts in an array, adding new ones to the end. Glypheugeni2006-12-161-1/+4
* Avoid storing font file path and index in ass_font_t.eugeni2006-12-161-2/+0
* Move ascender, descender, and kerning computation to ass_font.c.eugeni2006-12-161-0/+2
* Open embedded fonts directly from memory.eugeni2006-12-031-1/+1
* If a glyph is not found in the current font, switch to another one.eugeni2006-11-281-0/+7
* Add FT_Library to ass_font_t.eugeni2006-11-281-0/+1
* Don't include freetype headers in other headers.eugeni2006-11-271-5/+0
* Move ass_font_desc_t and ass_font_t declarations to ass_font.h.eugeni2006-11-271-2/+15
* Move ass_font_t allocation to ass_font.h.eugeni2006-11-271-1/+1
* Move fonts-related code to a separate file.eugeni2006-11-261-0/+38