Inheritance diagram for Eaagles::BasicGL::LcFTGLBitmapFont:


Public Member Functions | |
| LcFTGLBitmapFont () | |
| virtual void | outputText (const double x, const double y, const char *txt, const int n, const bool vf=false) |
| virtual void | outputText (const char *txt, const int n, const bool vf=false) |
| virtual void | loadFont () |
Bitmap Font
| Eaagles::BasicGL::LcFTGLBitmapFont::LcFTGLBitmapFont | ( | ) |
| void Eaagles::BasicGL::LcFTGLBitmapFont::outputText | ( | const double | x, | |
| const double | y, | |||
| const char * | txt, | |||
| const int | n, | |||
| const bool | vf = false | |||
| ) | [virtual] |
Outputs n characters of txt at coords (x,y). Vertically if vf == true.
Implements Eaagles::BasicGL::LcFont.
| void Eaagles::BasicGL::LcFTGLBitmapFont::outputText | ( | const char * | txt, | |
| const int | n, | |||
| const bool | vf = false | |||
| ) | [virtual] |
Outputs n characters of txt at the current position. Vertically if vf == true.
Implements Eaagles::BasicGL::LcFont.
| void Eaagles::BasicGL::LcFTGLBitmapFont::loadFont | ( | ) | [virtual] |
1.5.0