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