version 3.3

VRS::TextRendererGL Class Reference

DEPRECATED: Text rasterizer using FreeType to generate haloed Images. More...

#include <vrs/text/deprecated/textrenderergl.h>

Inheritance diagram for VRS::TextRendererGL:

VRS::SharedObj VRS::Visitable

List of all members.

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< ImagerenderHaloedText (const std::string &text, int bordersize, const Color &foreground, const Color &background)


Detailed Description

DEPRECATED: Text rasterizer using FreeType to generate haloed Images.

Constructor & Destructor Documentation

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)


Member Function Documentation

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 
)


The documentation for this class was generated from the following file:

Generated on Wed May 23 06:00:30 2012 by Doxygen 1.5.6
© 2001-2010 Hasso-Plattner-Institut | Impressum | Contact