freetype
[Top][All Lists]
Advanced

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

[Freetype] How to find a specific sfnt table?


From: Huw D M Davies
Subject: [Freetype] How to find a specific sfnt table?
Date: Thu, 28 Feb 2002 17:29:00 +0000
User-agent: Mutt/1.2.5i

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.

Any help would be greatly appreciated.

Many thanks,
Huw.




reply via email to

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