dxf::FontNode Struct Reference

#include <dxf_font.h>

List of all members.

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


Detailed Description

Each font used has metadata stored in this font node structure.

Definition at line 39 of file dxf_font.h.


Member Data Documentation

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().

LONG dxf::FontNode::height

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().

LONG dxf::FontNode::weight

font weight (bold, etc)

Definition at line 42 of file dxf_font.h.

Referenced by dxf::Font::GetWeight(), and dxf::Font::Load().


The documentation for this struct was generated from the following file:
Generated on Fri Aug 18 12:01:28 2006 for DXFramework by  doxygen 1.4.7