brutally murdered padding and predefined glyph loading

--HG--
branch : newfont
This commit is contained in:
Bill Meltsner
2011-03-05 23:37:36 -05:00
parent 94b4319878
commit 9d38cba626
6 changed files with 7 additions and 124 deletions
-9
View File
@@ -57,15 +57,6 @@ namespace opengl
FontType type;
public:
static const unsigned int MAX_CHARS = 256;
// The widths of each character.
int widths[MAX_CHARS];
// The spacing of each character.
int spacing[MAX_CHARS];
// The X-bearing of each character.
int bearingX[MAX_CHARS];
// The Y-bearing of each character.
int bearingY[MAX_CHARS];
/**
* Default constructor.