#include <ivffont/IvfTextureFont.h>
Inheritance diagram for CIvfTextureFont:

Public Member Functions | |
| CIvfTextureFont (const char *filename) | |
| virtual | ~CIvfTextureFont () |
| IvfClassInfo ("CIvfTextureFont", CIvfVectorFont) | |
| void | setResolution (const unsigned int resolution) |
Protected Member Functions | |
| virtual void | createGeometry () |
| virtual void | doSetFaceSize (const unsigned int size) |
| virtual void | doSetRealFaceSize (const double size) |
CIvfTextureFont represents a font rendered by using a quad surface with a textured font applied onto it.
Definition at line 41 of file IvfTextureFont.h.
|
|
Class constructor.
|
|
|
Class destructor |
|
|
Forces an object recalculation. Reimplemented from CIvfShape. |
|
|
Sets the font resolution |
1.4.6-NO