log libass/ass_font.h @ 22571:f02e65d6586f

age author description
Sat, 16 Dec 2006 19:34:00 +0000 eugeni Keep reselected fonts in an array, adding new ones to the end. Glyph
Sat, 16 Dec 2006 19:29:33 +0000 eugeni Avoid storing font file path and index in ass_font_t.
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.
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:20:24 +0000 eugeni Add FT_Library to ass_font_t.
Mon, 27 Nov 2006 17:56:49 +0000 eugeni Don't include freetype headers in other headers.
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:13:52 +0000 eugeni Move ass_font_t allocation to ass_font.h.
Sun, 26 Nov 2006 22:49:27 +0000 eugeni Move fonts-related code to a separate file.