ReactOS 0.4.16-dev-334-g4d9f67c
|
#include <afmparse.h>
Public Attributes | |
enum AFM_ValueType_ | type |
union { | |
char * s | |
FT_Fixed f | |
FT_Int i | |
FT_UInt u | |
FT_Bool b | |
} | u |
Definition at line 56 of file afmparse.h.
FT_Bool AFM_ValueRec_::b |
Definition at line 65 of file afmparse.h.
FT_Fixed AFM_ValueRec_::f |
Definition at line 62 of file afmparse.h.
FT_Int AFM_ValueRec_::i |
Definition at line 63 of file afmparse.h.
char* AFM_ValueRec_::s |
Definition at line 61 of file afmparse.h.
enum AFM_ValueType_ AFM_ValueRec_::type |
Definition at line 58 of file afmparse.h.
Referenced by afm_parse_kern_pairs(), afm_parse_track_kern(), and afm_parser_parse().
FT_UInt AFM_ValueRec_::u |
Definition at line 64 of file afmparse.h.
Referenced by afm_parse_kern_pairs(), afm_parse_track_kern(), and afm_parser_parse().
union { ... } AFM_ValueRec_::u |