|
ReactOS 0.4.16-dev-1946-g52006dd
|

Public Attributes | |
| ID3DXFont | ID3DXFont_iface |
| LONG | ref |
| IDirect3DDevice9 * | device |
| D3DXFONT_DESCW | desc |
| TEXTMETRICW | metrics |
| HDC | hdc |
| HFONT | hfont |
| struct wine_rb_tree | glyph_tree |
| IDirect3DTexture9 ** | textures |
| unsigned int | texture_count |
| unsigned int | texture_pos |
| unsigned int | texture_size |
| unsigned int | glyph_size |
| unsigned int | glyphs_per_texture |
| D3DXFONT_DESCW d3dx_font::desc |
| IDirect3DDevice9* d3dx_font::device |
Definition at line 46 of file font.c.
Referenced by D3DXCreateFontIndirectW().
| struct wine_rb_tree d3dx_font::glyph_tree |
| ID3DXFont d3dx_font::ID3DXFont_iface |
Definition at line 43 of file font.c.
Referenced by impl_from_ID3DXFont().
| TEXTMETRICW d3dx_font::metrics |
| LONG d3dx_font::ref |
Definition at line 44 of file font.c.
Referenced by ID3DXFontImpl_AddRef(), and ID3DXFontImpl_Release().