Visualization Library 2.0.0-b5

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Public Attributes | List of all members
AFM_ValueRec_ Struct Reference

#include <afmparse.h>

Public Attributes

enum AFM_ValueType_ type
 
union {
   char *   s
 
   FT_Fixed   f
 
   FT_Int   i
 
   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 64 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.

Referenced by afm_parser_read_int().

◆ 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_parser_read_int(), and afm_parser_read_vals().

◆ u

union { ... } AFM_ValueRec_::u

Referenced by afm_parser_read_int().


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