ReactOS 0.4.16-dev-38-g96c65e9
|
#include <cfftypes.h>
Public Attributes | |
FT_UInt | format |
FT_ULong | offset |
FT_UShort * | sids |
FT_UShort * | cids |
FT_UInt | max_cid |
FT_UInt | num_glyphs |
Definition at line 92 of file cfftypes.h.
FT_UShort* CFF_CharsetRec_::cids |
Definition at line 99 of file cfftypes.h.
Referenced by cff_charset_cid_to_gindex(), cff_charset_compute_cids(), cff_charset_free_cids(), cff_charset_load(), and cff_slot_load().
FT_UInt CFF_CharsetRec_::format |
Definition at line 95 of file cfftypes.h.
Referenced by cff_charset_done(), and cff_charset_load().
FT_UInt CFF_CharsetRec_::max_cid |
Definition at line 101 of file cfftypes.h.
Referenced by cff_charset_compute_cids(), cff_charset_free_cids(), and cff_face_init().
FT_UInt CFF_CharsetRec_::num_glyphs |
Definition at line 102 of file cfftypes.h.
Referenced by cff_charset_compute_cids().
FT_ULong CFF_CharsetRec_::offset |
Definition at line 96 of file cfftypes.h.
Referenced by cff_charset_done(), and cff_charset_load().
FT_UShort* CFF_CharsetRec_::sids |
Definition at line 98 of file cfftypes.h.
Referenced by cff_charset_compute_cids(), cff_charset_done(), cff_charset_load(), cff_cmap_unicode_init(), cff_encoding_load(), cff_get_cid_from_glyph_index(), cff_get_name_index(), and cff_lookup_glyph_by_stdcharcode().