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: Michael Day
Subject: Re: [ft] Telling if a font has TrueType outlines
Date: Sun, 1 May 2005 18:55:01 +1000 (EST)

Hi Werner,

> Try to get information on `glyf' table with FT_Sfnt_Table_Info.

Actually, I can't seem to find this function in FreeType 2.1.9.

How about this:

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

Does that look about right?

Thanks,

Michael

-- 
YesLogic Prince prints XML!
http://yeslogic.com




reply via email to

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