aboutsummaryrefslogtreecommitdiffhomepage
path: root/libass/ass_font.h
Commit message (Expand)AuthorAge
* Treat -font/-subfont as Fontconfig pattern in libass.Gravatar eugeni2009-03-08
* Speak of libass instead of MPlayer in the libass license headers.Gravatar diego2008-05-14
* Use standard license header.Gravatar diego2008-05-13
* Add missing header #includes to fix 'make checkheaders'.Gravatar diego2008-03-05
* Consistently give all libass multiple inclusion guards a LIBASS_ prefix.Gravatar diego2008-01-29
* Add explanatory comments to the #endif part of multiple inclusion guards.Gravatar diego2007-12-31
* Factor out common code from ass_font_new and ass_font_reselect.Gravatar eugeni2007-08-03
* More simple and correct font reselection.Gravatar eugeni2007-08-03
* Do not use leading underscores in multiple inclusion guards, they are reserved.Gravatar diego2007-07-02
* Support fractional font sizes.Gravatar eugeni2007-05-14
* Limit ass_font_set_transform to nonrotating transformations.Gravatar eugeni2007-05-14
* Add -ass-hinting option for setting font hinting method.Gravatar eugeni2007-04-27
* Keep reselected fonts in an array, adding new ones to the end. GlyphGravatar eugeni2006-12-16
* Avoid storing font file path and index in ass_font_t.Gravatar eugeni2006-12-16
* Move ascender, descender, and kerning computation to ass_font.c.Gravatar eugeni2006-12-16
* Open embedded fonts directly from memory.Gravatar eugeni2006-12-03
* If a glyph is not found in the current font, switch to another one.Gravatar eugeni2006-11-28
* Add FT_Library to ass_font_t.Gravatar eugeni2006-11-28
* Don't include freetype headers in other headers.Gravatar eugeni2006-11-27
* Move ass_font_desc_t and ass_font_t declarations to ass_font.h.Gravatar eugeni2006-11-27
* Move ass_font_t allocation to ass_font.h.Gravatar eugeni2006-11-27
* Move fonts-related code to a separate file.Gravatar eugeni2006-11-26