ReactOS 0.4.15-dev-8002-gbbb3b00
bdf_property_t_ Struct Reference

#include <bdf.h>

Collaboration diagram for bdf_property_t_:

Public Attributes

charname
 
int format
 
int builtin
 
union {
   char *   atom
 
   long   l
 
   unsigned long   ul
 
value
 

Detailed Description

Definition at line 110 of file bdf.h.

Member Data Documentation

◆ atom

char* bdf_property_t_::atom

◆ builtin

int bdf_property_t_::builtin

Definition at line 114 of file bdf.h.

Referenced by _bdf_add_property().

◆ format

int bdf_property_t_::format

◆ l

long bdf_property_t_::l

Definition at line 118 of file bdf.h.

Referenced by _bdf_add_property(), BDF_Face_Init(), and bdf_get_bdf_property().

◆ name

char* bdf_property_t_::name

Definition at line 112 of file bdf.h.

Referenced by _bdf_add_property(), _bdf_parse_start(), and bdf_free_font().

◆ ul

unsigned long bdf_property_t_::ul

Definition at line 119 of file bdf.h.

Referenced by _bdf_add_property(), and bdf_get_bdf_property().

◆ 

union { ... } bdf_property_t_::value

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