[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Devel] Apple's 'gvar' table and friends
From: |
George Williams |
Subject: |
Re: [Devel] Apple's 'gvar' table and friends |
Date: |
10 Apr 2004 23:57:05 -0700 |
On Fri, 2004-04-09 at 14:26, David Turner wrote:
> You can however retrieve the frame pointer as stream->cursor, the
> field stream->limit will give you the frame's limit in memory (i.e.
> the first byte after the frame in memory). stream->cursor is updated
> automatically by the FT_GET_... macros.
That is what I ended up doing.
My frame is the entire table, and I seek around it by adjusting the
stream's cursor. It just felt kind of weird because I couldn't find a
macro/routine that did this so I made up mine own.
Re: [Devel] Apple's 'gvar' table and friends, George Williams, 2004/04/03
Re: [Devel] Apple's 'gvar' table and friends, George Williams, 2004/04/04