[Top][All Lists]
[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
- Re: [ft] Telling if a font has TrueType outlines, (continued)
- Re: [ft] Telling if a font has TrueType outlines, Werner LEMBERG, 2005/05/01
- Re: [ft] Telling if a font has TrueType outlines, Michael Day, 2005/05/01
- Re: [ft] Telling if a font has TrueType outlines, mpsuzuki, 2005/05/01
- Re: [ft] Telling if a font has TrueType outlines, Michael Day, 2005/05/01
- Re: [ft] Telling if a font has TrueType outlines, Werner LEMBERG, 2005/05/02
- Re: [ft] Telling if a font has TrueType outlines, mpsuzuki, 2005/05/02
- Re: [ft] Telling if a font has TrueType outlines, Michael Day, 2005/05/02
- Re: [ft] Telling if a font has TrueType outlines, mpsuzuki, 2005/05/02
- Re: [ft] Telling if a font has TrueType outlines, Michael Day, 2005/05/02
- Re: [ft] Telling if a font has TrueType outlines, mpsuzuki, 2005/05/02
Re: [ft] Telling if a font has TrueType outlines,
Michael Day <=