Fri, 08 Jan 2010 18:35:44 +0000 |
greg |
Update internal libass copy to commit 8db4a5
|
Tue, 16 Jun 2009 17:58:12 +0000 |
eugeni |
Add a missing check for a NULL return value.
|
Wed, 13 May 2009 02:58:57 +0000 |
diego |
whitespace cosmetics: Remove all trailing whitespace.
|
Sun, 08 Mar 2009 16:13:21 +0000 |
eugeni |
Treat -font/-subfont as Fontconfig pattern in libass.
|
Thu, 07 Aug 2008 10:36:07 +0000 |
diego |
Rename font-related preprocessor directives.
|
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.
|
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.
|
Sun, 17 Dec 2006 12:00:55 +0000 |
eugeni |
Update some comments.
|
Sat, 16 Dec 2006 19:35:48 +0000 |
eugeni |
Cosmetics: fix indentation.
|
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:24:01 +0000 |
eugeni |
FT_Set_Transform is fast enough to be called once for each glyph.
|
Sat, 16 Dec 2006 19:19:27 +0000 |
eugeni |
Avoid "pointer targets differ in signedness" warnings.
|
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.
|