freetype
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ft] Telling if a font has TrueType outlines


From: Juliusz Chroboczek
Subject: Re: [ft] Telling if a font has TrueType outlines
Date: Sun, 01 May 2005 18:09:18 +0200
User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.3 (gnu/linux)

>     length = 0;
>     error = FT_Load_Sfnt_Table(face, TTAG_glyf, 0, &length, 0)

You should also check that the glyf table doesn't have 0 length, or
else you'll be confused by certail bitmap fonts generated by fonttosfnt.

Don't ask.

                                        Juliusz





reply via email to

[Prev in Thread] Current Thread [Next in Thread]