#include <dxf_font.h>
Public Attributes | |
| ID3DXFont * | pFont |
| pointer to directx font interface | |
| LONG | height |
| font height | |
| LONG | weight |
| font weight (bold, etc) | |
| unsigned | count |
| number of dxf::Font classes referring to this font | |
| std::wstring | name |
| the name of the font face | |
Definition at line 39 of file dxf_font.h.
| unsigned dxf::FontNode::count |
number of dxf::Font classes referring to this font
Definition at line 43 of file dxf_font.h.
Referenced by dxf::Font::Load(), and dxf::Font::Unload().
font height
Definition at line 41 of file dxf_font.h.
Referenced by dxf::Font::GetHeight(), and dxf::Font::Load().
| std::wstring dxf::FontNode::name |
the name of the font face
Definition at line 44 of file dxf_font.h.
Referenced by dxf::Font::Load().
| ID3DXFont* dxf::FontNode::pFont |
pointer to directx font interface
Definition at line 40 of file dxf_font.h.
Referenced by dxf::Font::GetTextExtent(), dxf::Font::Load(), dxf::Font::Render2D(), and dxf::Font::Unload().
font weight (bold, etc)
Definition at line 42 of file dxf_font.h.
Referenced by dxf::Font::GetWeight(), and dxf::Font::Load().
1.4.7