mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-05-08 09:18:02 +02:00
Changed the structures CFF_Encoding and CFF_Charset.
This commit is contained in:
parent
05a2eb4cf3
commit
58552580ad
1 changed files with 8 additions and 12 deletions
|
|
@ -65,26 +65,22 @@ FT_BEGIN_HEADER
|
|||
|
||||
typedef struct CFF_Encoding_
|
||||
{
|
||||
FT_Stream stream;
|
||||
FT_UInt format;
|
||||
FT_ULong offset;
|
||||
|
||||
FT_UInt format;
|
||||
FT_ULong offset;
|
||||
FT_UInt size;
|
||||
|
||||
FT_Byte* bytes;
|
||||
FT_UShort* sids;
|
||||
FT_UShort* codes;
|
||||
|
||||
} CFF_Encoding;
|
||||
|
||||
|
||||
typedef struct CFF_Charset_
|
||||
{
|
||||
FT_Stream stream;
|
||||
|
||||
FT_UInt format;
|
||||
FT_ULong offset;
|
||||
FT_UInt size;
|
||||
|
||||
FT_Byte* bytes;
|
||||
FT_UInt format;
|
||||
FT_ULong offset;
|
||||
|
||||
FT_UShort* sids;
|
||||
|
||||
} CFF_Charset;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue