Overview   Project   Class   Tree   Deprecated   Index 
0 A.D.
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

ps
Class CFont

   in Font.h
   in Font.cpp

class CFont


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

h

private Handle h;


Constructor Detail

CFont

public CFont( const char* name );

~CFont

public ~CFont();


Method Detail

Bind

public void Bind();

CalculateStringSize

public void CalculateStringSize( const CStrW& string, int& width, int& height );

GetCharacterWidth

public int GetCharacterWidth( wchar_t c );

GetHeight

public int GetHeight();

GetLineSpacing

public int GetLineSpacing();

 Overview   Project   Class   Tree   Deprecated   Index 
0 A.D.
Generated on September 04, 2007 at 18:13
CppDoc v2.4.0
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD