ReactOS 0.4.15-dev-7953-g1f49173
BDF_PropertyRec_ Struct Reference

#include <ftbdf.h>

Collaboration diagram for BDF_PropertyRec_:

Public Attributes

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

Detailed Description

Definition at line 118 of file ftbdf.h.

Member Data Documentation

◆ atom

const char* BDF_PropertyRec_::atom

Definition at line 122 of file ftbdf.h.

Referenced by bdf_get_bdf_property(), and pcf_get_bdf_property().

◆ cardinal

FT_UInt32 BDF_PropertyRec_::cardinal

Definition at line 124 of file ftbdf.h.

Referenced by bdf_get_bdf_property().

◆ integer

FT_Int32 BDF_PropertyRec_::integer

Definition at line 123 of file ftbdf.h.

Referenced by bdf_get_bdf_property(), and pcf_get_bdf_property().

◆ type

BDF_PropertyType BDF_PropertyRec_::type

Definition at line 120 of file ftbdf.h.

Referenced by bdf_get_bdf_property(), and pcf_get_bdf_property().

◆ 

union { ... } BDF_PropertyRec_::u

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