ReactOS 0.4.16-dev-109-gf4cb10f
|
#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 61 of file cidparse.h.
FT_ULong CID_Parser_::binary_length |
Definition at line 71 of file cidparse.h.
CID_FaceInfo CID_Parser_::cid |
Definition at line 73 of file cidparse.h.
FT_ULong CID_Parser_::data_offset |
Definition at line 69 of file cidparse.h.
FT_Int CID_Parser_::num_dict |
Definition at line 74 of file cidparse.h.
FT_Byte* CID_Parser_::postscript |
Definition at line 66 of file cidparse.h.
FT_ULong CID_Parser_::postscript_len |
Definition at line 67 of file cidparse.h.
PS_ParserRec CID_Parser_::root |
Definition at line 63 of file cidparse.h.
FT_Stream CID_Parser_::stream |
Definition at line 64 of file cidparse.h.