|
|
|
@ -5,7 +5,7 @@ |
|
|
|
|
/* Basic OpenType/CFF type definitions and interface (specification */ |
|
|
|
|
/* only). */ |
|
|
|
|
/* */ |
|
|
|
|
/* Copyright 1996-2001, 2002, 2003 by */ |
|
|
|
|
/* Copyright 1996-2001, 2002, 2003, 2006 by */ |
|
|
|
|
/* David Turner, Robert Wilhelm, and Werner Lemberg. */ |
|
|
|
|
/* */ |
|
|
|
|
/* This file is part of the FreeType project, and may only be used, */ |
|
|
|
@ -84,6 +84,7 @@ FT_BEGIN_HEADER |
|
|
|
|
FT_UShort* sids; |
|
|
|
|
FT_UShort* cids; /* the inverse mapping of `sids'; only needed */ |
|
|
|
|
/* for CID-keyed fonts */ |
|
|
|
|
FT_UInt max_cid; |
|
|
|
|
} CFF_CharsetRec, *CFF_Charset; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|