|
0 A.D. | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Field Summary | |
private Handle |
h
|
Constructor Summary | |
CFont( const char* name )
|
|
~CFont()
|
Method Summary | |
void |
Bind()
|
void |
CalculateStringSize( const CStrW& string, int& width, int& height )
|
int |
GetCharacterWidth( wchar_t c )
|
int |
GetHeight()
|
int |
GetLineSpacing()
|
Field Detail |
private Handle h;
Constructor Detail |
public CFont( const char* name );
public ~CFont();
Method Detail |
public void Bind();
public void CalculateStringSize( const CStrW& string, int& width, int& height );
public int GetCharacterWidth( wchar_t c );
public int GetHeight();
public int GetLineSpacing();
|
0 A.D.
Generated on September 04, 2007 at 18:13 CppDoc v2.4.0 |
|||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |