zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
AFM_ValueRec_ Struct Reference

#include <afmparse.h>

Public Attributes

enum AFM_ValueType_ type
 
union {
   FT_Bool   b
 
   FT_Fixed   f
 
   FT_Int   i
 
   char *   s
 
u
 

Detailed Description

Definition at line 56 of file afmparse.h.

Member Data Documentation

FT_Bool AFM_ValueRec_::b

Definition at line 64 of file afmparse.h.

Referenced by afm_parser_parse(), and afm_parser_read_vals().

FT_Fixed AFM_ValueRec_::f

Definition at line 62 of file afmparse.h.

Referenced by afm_parse_track_kern(), afm_parser_parse(), and afm_parser_read_vals().

FT_Int AFM_ValueRec_::i
char* AFM_ValueRec_::s

Definition at line 61 of file afmparse.h.

Referenced by afm_parser_read_vals().


The documentation for this struct was generated from the following file: