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: David Turner
Subject: Re: [Freetype] How to find a specific sfnt table?
Date: Tue, 05 Mar 2002 17:37:03 +0100

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

I think you need a new API, something that we could call "FT_Load_Sfnt_Table".
I'll try to add that after the 2.0.9 release which should happen real soon
now..

Regards,

- David Turner



reply via email to

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