log libass/ass_font.h @ 37195:ac6c37d85d65 default tip

age author description
Sat, 03 Dec 2011 21:35:56 +0000 reimar Update libass to 0.10 release.
Sun, 11 Sep 2011 10:33:13 +0000 reimar Update included libass copy to 0.9.13 release.
Fri, 06 Aug 2010 21:13:41 +0000 greg Import libass 0.9.10
Fri, 08 Jan 2010 18:35:44 +0000 greg Update internal libass copy to commit 8db4a5
Sun, 08 Mar 2009 16:13:21 +0000 eugeni Treat -font/-subfont as Fontconfig pattern in libass.
Wed, 14 May 2008 17:21:58 +0000 diego Speak of libass instead of MPlayer in the libass license headers.
Tue, 13 May 2008 08:02:23 +0000 diego Use standard license header.
Wed, 05 Mar 2008 08:24:09 +0000 diego Add missing header #includes to fix 'make checkheaders'.
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.