ReactOS 0.4.15-dev-7953-g1f49173
d3dx_glyph Struct Reference
Collaboration diagram for d3dx_glyph:

Public Attributes

unsigned int id
 
RECT black_box
 
POINT cell_inc
 
IDirect3DTexture9 * texture
 
struct wine_rb_entry entry
 

Detailed Description

Definition at line 31 of file font.c.

Member Data Documentation

◆ black_box

RECT d3dx_glyph::black_box

Definition at line 34 of file font.c.

Referenced by ID3DXFontImpl_GetGlyphData(), and ID3DXFontImpl_PreloadGlyphs().

◆ cell_inc

POINT d3dx_glyph::cell_inc

Definition at line 35 of file font.c.

Referenced by ID3DXFontImpl_GetGlyphData(), and ID3DXFontImpl_PreloadGlyphs().

◆ entry

struct wine_rb_entry d3dx_glyph::entry

Definition at line 38 of file font.c.

Referenced by ID3DXFontImpl_PreloadGlyphs().

◆ id

unsigned int d3dx_glyph::id

Definition at line 33 of file font.c.

Referenced by glyph_rb_compare(), and ID3DXFontImpl_PreloadGlyphs().

◆ texture

IDirect3DTexture9* d3dx_glyph::texture

Definition at line 36 of file font.c.

Referenced by ID3DXFontImpl_GetGlyphData(), and ID3DXFontImpl_PreloadGlyphs().


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