Loading...
Searching...
No Matches
Go to the documentation of this file.
47#define DEGREE_GLYPH 127
51#define NUM_GLYPHS (MAX_GLYPH - MIN_GLYPH)
54#define ROWS_GLYPHS ((NUM_GLYPHS / COLS_GLYPHS) + 1)
58#define DECL_EXP __declspec(dllexport)
65 int x, y, width, height;
74 void Build(wxFont &font,
bool blur =
false);
77 void GetTextExtent(
const wxString &
string,
int *width,
int *height);
78 void RenderString(
const char *
string,
int x = 0,
int y = 0);
79 void RenderString(
const wxString &
string,
int x = 0,
int y = 0);
80 bool IsBuilt()
const {
return m_built; }
83 void GetTextExtent(
const char *
string,
int *width,
int *height);
84 void RenderGlyph(
int c);