ReactOS 0.4.16-dev-1093-g93e9710
|
#include <cidparse.h>
Public Attributes | |
PS_ParserRec | root |
FT_Stream | stream |
FT_Byte * | postscript |
FT_ULong | postscript_len |
FT_ULong | data_offset |
FT_ULong | binary_length |
CID_FaceInfo | cid |
FT_Int | num_dict |
Definition at line 69 of file cidparse.h.
FT_ULong CID_Parser_::binary_length |
Definition at line 79 of file cidparse.h.
CID_FaceInfo CID_Parser_::cid |
Definition at line 81 of file cidparse.h.
FT_ULong CID_Parser_::data_offset |
Definition at line 77 of file cidparse.h.
FT_Int CID_Parser_::num_dict |
Definition at line 82 of file cidparse.h.
FT_Byte* CID_Parser_::postscript |
Definition at line 74 of file cidparse.h.
FT_ULong CID_Parser_::postscript_len |
Definition at line 75 of file cidparse.h.
PS_ParserRec CID_Parser_::root |
Definition at line 71 of file cidparse.h.
FT_Stream CID_Parser_::stream |
Definition at line 72 of file cidparse.h.