ReactOS 0.4.15-dev-8100-g1887773
AFM_ValueRec_ Struct Reference

#include <afmparse.h>

Collaboration diagram for AFM_ValueRec_:

Public Attributes

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

Detailed Description

Definition at line 56 of file afmparse.h.

Member Data Documentation

◆ b

FT_Bool AFM_ValueRec_::b

Definition at line 65 of file afmparse.h.

◆ f

FT_Fixed AFM_ValueRec_::f

Definition at line 62 of file afmparse.h.

◆ i

FT_Int AFM_ValueRec_::i

Definition at line 63 of file afmparse.h.

◆ s

char* AFM_ValueRec_::s

Definition at line 61 of file afmparse.h.

◆ type

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().

◆ u [1/2]

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().

◆  [2/2]

union { ... } AFM_ValueRec_::u

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