#include <ivffont/IvfVectorFont.h>
Inheritance diagram for CIvfVectorFont:
Public Member Functions | |
CIvfVectorFont (const char *filename) | |
IvfClassInfo ("CIvfVectorFont", CIvfVectorFont) | |
void | setRealFaceSize (const double size) |
double | getRealFaceSize (void) |
void | getSize (double &xsize, double &ysize, double &zsize) |
Protected Member Functions | |
virtual void | doSetRealFaceSize (const double size) |
virtual void | doGetSize (double &xsize, double &ysize, double &zsize) |
The CIvfVectorFont defines a base class for all fonts that can be renderable in the 3D scenegraph. Enables the use of real world coordinates for specifying font sizes.
Definition at line 40 of file IvfVectorFont.h.
|
Constructor.
|
|
Return real world font size. |
|
Return the actual size of the font. (Depends on the actual text specified) |
|
Set real world font size. (default = 1.0) |