freetype
[Top][All Lists]
Advanced

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

Re: [Freetype] How to find a specific sfnt table?


From: Lars Clausen
Subject: Re: [Freetype] How to find a specific sfnt table?
Date: 05 Mar 2002 12:06:14 -0600
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.1

On Tue, 05 Mar 2002, David Turner wrote:
> Hello,
> 
> Huw D M Davies a écrit :
>> 
>> Hi,
>> 
>> I'm wondering what is the correct way to load a given sfnt table.
>> What I'd like is exactly the functionality of:
>> 
>> FT_Face face;
>> SFNT_Interface *sfnt = ((TT_Face)face)->sfnt;
>> 
>> err = sfnt->load_any((TT_Face)face, table, offs, buf, &len);
>> 
>> but I'm worried that the structures TT_Face and SFNT_Interface are
>> subject to change from version to version.

Oy!  Where's the TT_Face structure come from?  I don't see it in the docs.
I'm trying to get the necessary information to make a Type 42 dump, which
seems to be in the TT_Header structure, but don't see how to get to that.

-Lars

-- 
Lars Clausen (http://shasta.cs.uiuc.edu/~lrclause)| Hårdgrim of Numenor
"I do not agree with a word that you say, but I   |----------------------------
will defend to the death your right to say it."   | Where are we going, and
    --Evelyn Beatrice Hall paraphrasing Voltaire  | what's with the handbasket?


reply via email to

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