summaryrefslogtreecommitdiffstats
path: root/libass/ass_font.h
Commit message (Expand)AuthorAgeFilesLines
* Remove internal libass treeUoti Urpala2009-07-261-60/+0
* Treat -font/-subfont as Fontconfig pattern in libass.eugeni2009-03-081-0/+1
* Speak of libass instead of MPlayer in the libass license headers.diego2008-05-141-4/+4
* Use standard license header.diego2008-05-131-16/+18
* Add missing header #includes to fix 'make checkheaders'.diego2008-03-051-0/+6
* Consistently give all libass multiple inclusion guards a LIBASS_ prefix.diego2008-01-291-3/+3
* Add explanatory comments to the #endif part of multiple inclusion guards.diego2007-12-311-1/+1
* 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