Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
#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.
FT_Bool AFM_ValueRec_::b |
Definition at line 64 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.
Referenced by afm_parser_read_int().
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_parser_read_int(), and afm_parser_read_vals().
union { ... } AFM_ValueRec_::u |
Referenced by afm_parser_read_int().
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:45:00.
© Copyright Michele Bosi. All rights reserved.