log libass/ass_font.c @ 26072:99bc12329d38

age author description
Sat, 12 Jan 2008 02:27:01 +0000 eugeni Do not try to guess font metrics based on its bounding box.
Thu, 25 Oct 2007 21:20:28 +0000 eugeni Cosmetics: fix indentation after last commit.
Thu, 25 Oct 2007 21:19:20 +0000 eugeni Check return value of add_face.
Fri, 03 Aug 2007 15:39:38 +0000 eugeni Don't apply windows-like font scaling if hhea or os2 tables contain invalid
Fri, 03 Aug 2007 15:22:55 +0000 eugeni Workaround for fonts with zero ascender/descender in horizontal header.
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.
Sun, 20 May 2007 17:56:39 +0000 eugeni Fix #if condition.
Sun, 20 May 2007 17:04:12 +0000 eugeni FT_Request_Size does not exist in FreeType 2.1.*. Fallback to FT_Set_Char_Size.
Sat, 19 May 2007 14:11:41 +0000 eugeni Correct font size in libass.
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.
Thu, 03 May 2007 19:26:43 +0000 eugeni In ass_font_new, allocate temporary ass_font_t on stack and return the pointer
Fri, 27 Apr 2007 14:25:36 +0000 eugeni Add -ass-hinting option for setting font hinting method.
Thu, 15 Feb 2007 22:03:09 +0000 eugeni Select the first charmap in the font, if FreeType did not autoselect any.