| VRS - The Virtual Rendering System |
| version 3.3 |
#include <vrs/text/deprecated/textrenderergl.h>

Public Member Functions | |
| VRS_TYPEINFO (TextRendererGL, SharedObj) | |
| TextRendererGL (const std::string &filename, int size) | |
| virtual | ~TextRendererGL () |
| void | setFont (const std::string &filename, int size) |
| SO< Image > | renderHaloedText (const std::string &text, int bordersize, const Color &foreground, const Color &background) |
| VRS::TextRendererGL::TextRendererGL | ( | const std::string & | filename, | |
| int | size | |||
| ) |
| virtual VRS::TextRendererGL::~TextRendererGL | ( | ) | [virtual] |
The filename must be a FreeType compatible font-file ( e.g. standard windows truetype-fonts ). Size specifies the pixelsize (height) of the letters themself (without any borders)
| VRS::TextRendererGL::VRS_TYPEINFO | ( | TextRendererGL | , | |
| SharedObj | ||||
| ) |
| void VRS::TextRendererGL::setFont | ( | const std::string & | filename, | |
| int | size | |||
| ) |
| SO<Image> VRS::TextRendererGL::renderHaloedText | ( | const std::string & | text, | |
| int | bordersize, | |||
| const Color & | foreground, | |||
| const Color & | background | |||
| ) |