log libass/ass_font.c @ 21614:5d2ca7ca18b5

age author description
Sat, 16 Dec 2006 19:17:50 +0000 eugeni Move ascender, descender, and kerning computation to ass_font.c.
Sun, 03 Dec 2006 18:24:11 +0000 eugeni Open embedded fonts directly from memory.
Sun, 03 Dec 2006 17:59:13 +0000 eugeni Keep embedded fonts in ass_library_t and perform actual disk write
Tue, 28 Nov 2006 22:50:02 +0000 eugeni If a glyph is not found in the current font, switch to another one.
Tue, 28 Nov 2006 22:44:40 +0000 eugeni Skip glyphs with char code < 0x20.
Tue, 28 Nov 2006 22:20:24 +0000 eugeni Add FT_Library to ass_font_t.
Mon, 27 Nov 2006 17:50:05 +0000 eugeni Move ass_font_desc_t and ass_font_t declarations to ass_font.h.
Mon, 27 Nov 2006 17:34:47 +0000 eugeni Cosmetics: reindent.
Mon, 27 Nov 2006 17:33:59 +0000 eugeni Don't call FT_Set_Transform/FT_Set_Pixel_Sizes if values have not changed.
Mon, 27 Nov 2006 17:13:52 +0000 eugeni Move ass_font_t allocation to ass_font.h.
Mon, 27 Nov 2006 16:21:10 +0000 eugeni Initialize font size with 0.
Sun, 26 Nov 2006 22:53:52 +0000 eugeni Remove obsolete "no_more_font_messages" hack.
Sun, 26 Nov 2006 22:49:27 +0000 eugeni Move fonts-related code to a separate file.