ReactOS 0.4.16-dev-88-ga65b6ae
|
#include <ftbdf.h>
Public Attributes | |
BDF_PropertyType | type |
union { | |
const char * atom | |
FT_Int32 integer | |
FT_UInt32 cardinal | |
} | u |
Definition at line 122 of file ftbdf.h.
Referenced by bdf_get_bdf_property(), and pcf_get_bdf_property().
FT_UInt32 BDF_PropertyRec_::cardinal |
Definition at line 124 of file ftbdf.h.
Referenced by bdf_get_bdf_property().
FT_Int32 BDF_PropertyRec_::integer |
Definition at line 123 of file ftbdf.h.
Referenced by bdf_get_bdf_property(), and pcf_get_bdf_property().
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 |
Referenced by bdf_get_bdf_property(), and pcf_get_bdf_property().