Tue, 29 Jan 2008 23:25:11 +0000 |
diego |
Consistently give all libass multiple inclusion guards a LIBASS_ prefix.
|
Mon, 31 Dec 2007 16:15:50 +0000 |
diego |
Add explanatory comments to the #endif part of multiple inclusion guards.
|
Fri, 03 Aug 2007 14:10:53 +0000 |
eugeni |
Factor out common code from ass_font_new and ass_font_reselect.
|
Fri, 03 Aug 2007 13:43:11 +0000 |
eugeni |
More simple and correct font reselection.
|
Mon, 02 Jul 2007 22:34:45 +0000 |
diego |
Do not use leading underscores in multiple inclusion guards, they are reserved.
|
Mon, 14 May 2007 20:41:14 +0000 |
eugeni |
Support fractional font sizes.
|
Mon, 14 May 2007 20:24:53 +0000 |
eugeni |
Limit ass_font_set_transform to nonrotating transformations.
|
Fri, 27 Apr 2007 14:25:36 +0000 |
eugeni |
Add -ass-hinting option for setting font hinting method.
|
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.
|