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: Werner LEMBERG
Subject: Re: [ft] Telling if a font has TrueType outlines
Date: Sun, 01 May 2005 19:45:35 +0200 (CEST)

> > 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.

Oops!  It's part of the soon available 2.1.10.

> How about this:
> 
>     length = 0;
>     error = FT_Load_Sfnt_Table(face, TTAG_glyf, 0, &length, 0)
> 
> Does that look about right?

Yes.


    Werner




reply via email to

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