Loading...
Searching...
No Matches
31#define DEGREE_GLYPH 127
35#define NUM_GLYPHS (MAX_GLYPH - MIN_GLYPH)
38#define ROWS_GLYPHS ((NUM_GLYPHS / COLS_GLYPHS) + 1)
42#define DECL_EXP __declspec(dllexport)
49 int x, y, width, height;
58 void Build(wxFont &font,
bool blur =
false);
61 void GetTextExtent(
const wxString &
string,
int *width,
int *height);
62 void RenderString(
const char *
string,
int x = 0,
int y = 0);
63 void RenderString(
const wxString &
string,
int x = 0,
int y = 0);
64 bool IsBuilt() {
return m_built; }
67 void GetTextExtent(
const char *
string,
int *width,
int *height);
68 void RenderGlyph(
int c);