ReactOS 0.4.15-dev-8002-gbbb3b00
bdf_glyph_t_ Struct Reference

#include <bdf.h>

Collaboration diagram for bdf_glyph_t_:

Public Attributes

charname
 
long encoding
 
unsigned short swidth
 
unsigned short dwidth
 
bdf_bbx_t bbx
 
unsigned charbitmap
 
unsigned long bpr
 
unsigned short bytes
 

Detailed Description

Definition at line 147 of file bdf.h.

Member Data Documentation

◆ bbx

bdf_bbx_t bdf_glyph_t_::bbx

Definition at line 153 of file bdf.h.

Referenced by _bdf_parse_glyphs(), and BDF_Glyph_Load().

◆ bitmap

unsigned char* bdf_glyph_t_::bitmap

Definition at line 154 of file bdf.h.

Referenced by _bdf_parse_glyphs(), and BDF_Glyph_Load().

◆ bpr

unsigned long bdf_glyph_t_::bpr

Definition at line 155 of file bdf.h.

Referenced by _bdf_parse_glyphs(), and BDF_Glyph_Load().

◆ bytes

unsigned short bdf_glyph_t_::bytes

Definition at line 156 of file bdf.h.

Referenced by _bdf_parse_glyphs().

◆ dwidth

unsigned short bdf_glyph_t_::dwidth

Definition at line 152 of file bdf.h.

Referenced by _bdf_parse_glyphs(), and BDF_Glyph_Load().

◆ encoding

long bdf_glyph_t_::encoding

Definition at line 150 of file bdf.h.

Referenced by _bdf_parse_glyphs(), and by_encoding().

◆ name

char* bdf_glyph_t_::name

Definition at line 149 of file bdf.h.

Referenced by _bdf_parse_glyphs().

◆ swidth

unsigned short bdf_glyph_t_::swidth

Definition at line 151 of file bdf.h.

Referenced by _bdf_parse_glyphs().


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