[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft-devel] FreeType font that can not be loaded
From: |
George Williams |
Subject: |
Re: [ft-devel] FreeType font that can not be loaded |
Date: |
01 Aug 2008 14:17:20 -0700 |
On Fri, 2008-08-01 at 13:43, Albert Astals Cid wrote:
> Continuing with my "fonts that come in PDF and can not be opened" series i'm
> attaching a TTF file that FreeType can not load.
>
> FontForge seems to get it right.
The font is bad.
The table header claims there are 9 tables when there are only 8.
The binsearch header (for the tables) is wrong
The file checksum is wrong.
The 'prep' table has length 0. (which may not be wrong, but is odd)
The other 6 tables have bad table checksums
I don't blame freetype.