ReactOS 0.4.16-dev-13-ge2fc578
|
#include <cfftypes.h>
Public Attributes | |
FT_Byte | format |
FT_UInt | range_count |
FT_Byte * | data |
FT_UInt | data_size |
FT_UInt | cache_first |
FT_UInt | cache_count |
FT_Byte | cache_fd |
Definition at line 279 of file cfftypes.h.
FT_UInt CFF_FDSelectRec_::cache_count |
Definition at line 290 of file cfftypes.h.
Referenced by CFF_Load_FD_Select().
FT_Byte CFF_FDSelectRec_::cache_fd |
Definition at line 291 of file cfftypes.h.
FT_UInt CFF_FDSelectRec_::cache_first |
Definition at line 289 of file cfftypes.h.
FT_Byte* CFF_FDSelectRec_::data |
Definition at line 285 of file cfftypes.h.
Referenced by CFF_Done_FD_Select(), and CFF_Load_FD_Select().
FT_UInt CFF_FDSelectRec_::data_size |
Definition at line 286 of file cfftypes.h.
Referenced by CFF_Done_FD_Select(), and CFF_Load_FD_Select().
FT_Byte CFF_FDSelectRec_::format |
Definition at line 281 of file cfftypes.h.
Referenced by CFF_Done_FD_Select(), and CFF_Load_FD_Select().
FT_UInt CFF_FDSelectRec_::range_count |
Definition at line 282 of file cfftypes.h.
Referenced by CFF_Done_FD_Select().