summaryrefslogtreecommitdiffstats
path: root/libass/ass_font.h
Commit message (Expand)AuthorAgeFilesLines
* Factor out common code from ass_font_new and ass_font_reselect.eugeni2007-08-031-0/+1
* More simple and correct font reselection.eugeni2007-08-031-7/+0
* Do not use leading underscores in multiple inclusion guards, they are reserved.diego2007-07-021-2/+2
* Support fractional font sizes.eugeni2007-05-141-2/+2
* Limit ass_font_set_transform to nonrotating transformations.eugeni2007-05-141-2/+2
* Add -ass-hinting option for setting font hinting method.eugeni2007-04-271-1/+1
* 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