#include <sspt_bitmaptext.h>
Public Member Functions | |
sspt_BitmapText (sspt_GlyphStore *glyphstore) | |
~sspt_BitmapText () | |
void | draw (float color[3], float x, float y, const char *text) |
void | draw (float color[3], float x, float y, const char *text, const sspt_VisiblePlane &view) |
int | width () |
int | height () |
sspt_BitmapText::sspt_BitmapText | ( | sspt_GlyphStore * | glyphstore | ) |
sspt_BitmapText::~sspt_BitmapText | ( | ) |
void sspt_BitmapText::draw | ( | float | color[3], | |
float | x, | |||
float | y, | |||
const char * | text, | |||
const sspt_VisiblePlane & | view | |||
) |
void sspt_BitmapText::draw | ( | float | color[3], | |
float | x, | |||
float | y, | |||
const char * | text | |||
) |
int sspt_BitmapText::height | ( | ) | [inline] |
int sspt_BitmapText::width | ( | ) | [inline] |