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
BDF_PropertyRec_ Struct Reference

#include <ftbdf.h>

Public Attributes

BDF_PropertyType type
 
union {
   const char *   atom
 
   FT_Int32   integer
 
   FT_UInt32   cardinal
 
u
 

Detailed Description

Definition at line 117 of file ftbdf.h.

Member Data Documentation

◆ atom

const char* BDF_PropertyRec_::atom

Definition at line 121 of file ftbdf.h.

◆ cardinal

FT_UInt32 BDF_PropertyRec_::cardinal

Definition at line 123 of file ftbdf.h.

◆ integer

FT_Int32 BDF_PropertyRec_::integer

Definition at line 122 of file ftbdf.h.

◆ type

BDF_PropertyType BDF_PropertyRec_::type

Definition at line 119 of file ftbdf.h.

◆ u

union { ... } BDF_PropertyRec_::u

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