#include <afmparse.h>
Public Attributes | |
| enum AFM_ValueType_ | type |
| union { | |
| char * s | |
| FT_Fixed f | |
| FT_Int i | |
| FT_Bool b | |
| } | u |
Definition at line 56 of file afmparse.h.
Definition at line 58 of file afmparse.h.
Referenced by afm_parse_kern_pairs(), afm_parse_track_kern(), and afm_parser_parse().
| char* AFM_ValueRec_::s |
Definition at line 60 of file afmparse.h.
Definition at line 61 of file afmparse.h.
Referenced by afm_parse_track_kern(), and afm_parser_parse().
Definition at line 62 of file afmparse.h.
Referenced by afm_parse_kern_pairs(), and afm_parse_track_kern().
| union { ... } AFM_ValueRec_::u |
Referenced by afm_parse_kern_pairs(), afm_parse_track_kern(), and afm_parser_parse().
1.5.1