Loading...
Searching...
No Matches
Go to the documentation of this file.
32#define DEGREE_GLYPH 127
36#define NUM_GLYPHS (MAX_GLYPH - MIN_GLYPH)
39#define ROWS_GLYPHS ((NUM_GLYPHS / COLS_GLYPHS) + 1)
43#define DECL_EXP __declspec(dllexport)
50 int x, y, width, height;
59 void Build(wxFont &font,
bool blur =
false);
62 void GetTextExtent(
const wxString &
string,
int *width,
int *height);
63 void RenderString(
const char *
string,
int x = 0,
int y = 0);
64 void RenderString(
const wxString &
string,
int x = 0,
int y = 0);
65 bool IsBuilt() {
return m_built; }
68 void GetTextExtent(
const char *
string,
int *width,
int *height);
69 void RenderGlyph(
int c);