Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

Moteur3D::IFont Class Reference

#include <IFont.h>

Inheritance diagram for Moteur3D::IFont:

Moteur3D::BasicANSIFont List of all members.

Public Member Functions

virtual int GetLineHeight ()=0
virtual int GetChrWidth (unsigned char c)=0
virtual int GetChrWidth (unsigned short c)=0
virtual void DrawString (const string &str, int x, int y)=0
virtual void DrawString (const wstring &str, int x, int y)=0

Member Function Documentation

virtual void Moteur3D::IFont::DrawString const wstring &  str,
int  x,
int  y
[pure virtual]
 

Implemented in Moteur3D::BasicANSIFont.

virtual void Moteur3D::IFont::DrawString const string &  str,
int  x,
int  y
[pure virtual]
 

Implemented in Moteur3D::BasicANSIFont.

virtual int Moteur3D::IFont::GetChrWidth unsigned short  c  )  [pure virtual]
 

Implemented in Moteur3D::BasicANSIFont.

virtual int Moteur3D::IFont::GetChrWidth unsigned char  c  )  [pure virtual]
 

Implemented in Moteur3D::BasicANSIFont.

virtual int Moteur3D::IFont::GetLineHeight  )  [pure virtual]
 

Implemented in Moteur3D::BasicANSIFont.


The documentation for this class was generated from the following file:
Generated on Sat Oct 15 15:05:52 2005 for Moteur3D by  doxygen 1.4.4