aboutsummaryrefslogtreecommitdiffhomepage
path: root/libass/ass_font.c
Commit message (Expand)AuthorAge
* Add a missing check for a NULL return value.Gravatar eugeni2009-06-16
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* Treat -font/-subfont as Fontconfig pattern in libass.Gravatar eugeni2009-03-08
* Rename font-related preprocessor directives.Gravatar diego2008-08-07
* Speak of libass instead of MPlayer in the libass license headers.Gravatar diego2008-05-14
* Use standard license header.Gravatar diego2008-05-13
* Do not try to guess font metrics based on its bounding box.Gravatar eugeni2008-01-12
* Cosmetics: fix indentation after last commit.Gravatar eugeni2007-10-25
* Check return value of add_face.Gravatar eugeni2007-10-25
* Don't apply windows-like font scaling if hhea or os2 tables contain invalidGravatar eugeni2007-08-03
* Workaround for fonts with zero ascender/descender in horizontal header.Gravatar eugeni2007-08-03
* 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
* 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