ReactOS 0.4.16-dev-2354-g16de117
PCF_PropertyRec_ Struct Reference

#include <pcf.h>

Public Attributes

FT_Stringname
 
FT_Byte isString
 
union {
   FT_String *   atom
 
   FT_Long   l
 
   FT_ULong   ul
 
value
 

Detailed Description

Definition at line 66 of file pcf.h.

Member Data Documentation

◆ atom

FT_String* PCF_PropertyRec_::atom

Definition at line 73 of file pcf.h.

Referenced by PCF_Face_Done(), pcf_get_bdf_property(), pcf_interpret_style(), and pcf_load_font().

◆ isString

FT_Byte PCF_PropertyRec_::isString

◆ l

FT_Long PCF_PropertyRec_::l

Definition at line 74 of file pcf.h.

Referenced by pcf_get_bdf_property(), pcf_get_properties(), and pcf_load_font().

◆ name

FT_String* PCF_PropertyRec_::name

Definition at line 68 of file pcf.h.

Referenced by PCF_Face_Done().

◆ ul

FT_ULong PCF_PropertyRec_::ul

Definition at line 75 of file pcf.h.

◆ 

union { ... } PCF_PropertyRec_::value

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