SuperTuxKart
|
A class for STKTextBillboard to get font info to render billboard text. More...
#include <font_with_face.hpp>
Public Member Functions | |
virtual void | collectChar (video::ITexture *texture, const core::rect< float > &destRect, const core::rect< s32 > &sourceRect, const video::SColor *const colors)=0 |
Collect the character info for billboard text. | |
A class for STKTextBillboard to get font info to render billboard text.
|
pure virtual |
Collect the character info for billboard text.
texture | The texture of the character. |
destRect | The destination rectangle |
sourceRect | The source rectangle in the glyph page |
colors | The color to render it. |