#include <bitmap_font.hpp>
Inheritance diagram for BitmapFont:
Public Member Functions | |
virtual GenericBitmap * | drawString (const UString &rString, uint32_t color, int maxWidth=-1) const |
virtual int | getSize () const |
Get the font size. |
Definition at line 34 of file bitmap_font.hpp.
|
Render a string on a bitmap. If maxWidth != -1, the text is truncated with '...' Implements GenericFont. Definition at line 81 of file bitmap_font.cpp. References BitmapImpl::drawBitmap(), and SkinObject::getIntf(). |