ReactOS 0.4.16-dev-112-g52265ae
|
#include <psaux.h>
Public Attributes | |
const char * | ident |
T1_FieldLocation | location |
T1_FieldType | type |
T1_Field_ParseFunc | reader |
FT_UInt | offset |
FT_Byte | size |
FT_UInt | array_max |
FT_UInt | count_offset |
FT_UInt | dict |
T1_FieldLocation T1_FieldRec_::location |
FT_UInt T1_FieldRec_::offset |
Definition at line 251 of file psaux.h.
Referenced by ps_parser_load_field_table().
T1_Field_ParseFunc T1_FieldRec_::reader |
FT_Byte T1_FieldRec_::size |
Definition at line 252 of file psaux.h.
Referenced by ps_parser_load_field_table().
T1_FieldType T1_FieldRec_::type |
Definition at line 249 of file psaux.h.
Referenced by ps_parser_load_field_table().