aboutsummaryrefslogtreecommitdiffhomepage
path: root/libass/ass_font.c
Commit message (Expand)AuthorAge
* Fix #if condition.Gravatar eugeni2007-05-20
* FT_Request_Size does not exist in FreeType 2.1.*. Fallback to FT_Set_Char_Size.Gravatar eugeni2007-05-20
* Correct font size in libass.Gravatar eugeni2007-05-19
* Support fractional font sizes.Gravatar eugeni2007-05-14
* Limit ass_font_set_transform to nonrotating transformations.Gravatar eugeni2007-05-14
* In ass_font_new, allocate temporary ass_font_t on stack and return the pointerGravatar eugeni2007-05-03
* Add -ass-hinting option for setting font hinting method.Gravatar eugeni2007-04-27
* Select the first charmap in the font, if FreeType did not autoselect any.Gravatar eugeni2007-02-15
* Update some comments.Gravatar eugeni2006-12-17
* Cosmetics: fix indentation.Gravatar eugeni2006-12-16
* 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
* FT_Set_Transform is fast enough to be called once for each glyph.Gravatar eugeni2006-12-16
* Avoid "pointer targets differ in signedness" warnings.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
* Keep embedded fonts in ass_library_t and perform actual disk writeGravatar eugeni2006-12-03
* If a glyph is not found in the current font, switch to another one.Gravatar eugeni2006-11-28
* Skip glyphs with char code < 0x20.Gravatar eugeni2006-11-28
* Add FT_Library to ass_font_t.Gravatar eugeni2006-11-28
* Move ass_font_desc_t and ass_font_t declarations to ass_font.h.Gravatar eugeni2006-11-27
* Cosmetics: reindent.Gravatar eugeni2006-11-27
* Don't call FT_Set_Transform/FT_Set_Pixel_Sizes if values have not changed.Gravatar eugeni2006-11-27
* Move ass_font_t allocation to ass_font.h.Gravatar eugeni2006-11-27
* Initialize font size with 0.Gravatar eugeni2006-11-27
* Remove obsolete "no_more_font_messages" hack.Gravatar eugeni2006-11-26
* Move fonts-related code to a separate file.Gravatar eugeni2006-11-26