]> granicus.if.org Git - libass/history - libass/ass_font.c
Do not try to guess font metrics based on its bounding box.
[libass] / libass / ass_font.c
2008-01-12 eugeniDo not try to guess font metrics based on its bounding...
2007-10-25 eugeniCosmetics: fix indentation after last commit.
2007-10-25 eugeniCheck return value of add_face.
2007-08-03 eugeniDon't apply windows-like font scaling if hhea or os2...
2007-08-03 eugeniWorkaround for fonts with zero ascender/descender in...
2007-08-03 eugeniFactor out common code from ass_font_new and ass_font_r...
2007-08-03 eugeniMore simple and correct font reselection.
2007-05-20 eugeniFix #if condition.
2007-05-20 eugeniFT_Request_Size does not exist in FreeType 2.1.*. Fallb...
2007-05-19 eugeniCorrect font size in libass.
2007-05-14 eugeniSupport fractional font sizes.
2007-05-14 eugeniLimit ass_font_set_transform to nonrotating transformat...
2007-05-03 eugeniIn ass_font_new, allocate temporary ass_font_t on stack...
2007-04-27 eugeniAdd -ass-hinting option for setting font hinting method.
2007-02-15 eugeniSelect the first charmap in the font, if FreeType did...
2006-12-17 eugeniUpdate some comments.
2006-12-16 eugeniCosmetics: fix indentation.
2006-12-16 eugeniKeep reselected fonts in an array, adding new ones...
2006-12-16 eugeniAvoid storing font file path and index in ass_font_t.
2006-12-16 eugeniFT_Set_Transform is fast enough to be called once for...
2006-12-16 eugeniAvoid "pointer targets differ in signedness" warnings.
2006-12-16 eugeniMove ascender, descender, and kerning computation to...
2006-12-03 eugeniOpen embedded fonts directly from memory.
2006-12-03 eugeniKeep embedded fonts in ass_library_t and perform actual...
2006-11-28 eugeniIf a glyph is not found in the current font, switch...
2006-11-28 eugeniSkip glyphs with char code < 0x20.
2006-11-28 eugeniAdd FT_Library to ass_font_t.
2006-11-27 eugeniMove ass_font_desc_t and ass_font_t declarations to...
2006-11-27 eugeniCosmetics: reindent.
2006-11-27 eugeniDon't call FT_Set_Transform/FT_Set_Pixel_Sizes if value...
2006-11-27 eugeniMove ass_font_t allocation to ass_font.h.
2006-11-27 eugeniInitialize font size with 0.
2006-11-26 eugeniRemove obsolete "no_more_font_messages" hack.
2006-11-26 eugeniMove fonts-related code to a separate file.