log libass/ass_font.c @ 23914:43718b819ab4

age author description
2007-05-20 eugeni Fix #if condition.
2007-05-20 eugeni FT_Request_Size does not exist in FreeType 2.1.*. Fallback to FT_Set_Char_Size.
2007-05-19 eugeni Correct font size in libass.
2007-05-14 eugeni Support fractional font sizes.
2007-05-14 eugeni Limit ass_font_set_transform to nonrotating transformations.
2007-05-03 eugeni In ass_font_new, allocate temporary ass_font_t on stack and return the pointer
2007-04-27 eugeni Add -ass-hinting option for setting font hinting method.
2007-02-15 eugeni Select the first charmap in the font, if FreeType did not autoselect any.
2006-12-17 eugeni Update some comments.
2006-12-16 eugeni Cosmetics: fix indentation.
2006-12-16 eugeni Keep reselected fonts in an array, adding new ones to the end. Glyph
2006-12-16 eugeni Avoid storing font file path and index in ass_font_t.
2006-12-16 eugeni FT_Set_Transform is fast enough to be called once for each glyph.
2006-12-16 eugeni Avoid "pointer targets differ in signedness" warnings.
2006-12-16 eugeni Move ascender, descender, and kerning computation to ass_font.c.
2006-12-03 eugeni Open embedded fonts directly from memory.
2006-12-03 eugeni Keep embedded fonts in ass_library_t and perform actual disk write
2006-11-28 eugeni If a glyph is not found in the current font, switch to another one.
2006-11-28 eugeni Skip glyphs with char code < 0x20.
2006-11-28 eugeni Add FT_Library to ass_font_t.
2006-11-27 eugeni Move ass_font_desc_t and ass_font_t declarations to ass_font.h.
2006-11-27 eugeni Cosmetics: reindent.
2006-11-27 eugeni Don't call FT_Set_Transform/FT_Set_Pixel_Sizes if values have not changed.
2006-11-27 eugeni Move ass_font_t allocation to ass_font.h.
2006-11-27 eugeni Initialize font size with 0.
2006-11-26 eugeni Remove obsolete "no_more_font_messages" hack.
2006-11-26 eugeni Move fonts-related code to a separate file.