struct EE::Graphics::FontBMFont::Page¶
Overview¶
#include <fontbmfont.hpp> struct Page { // fields GlyphTable glyphs; GlyphDrawableTable drawables; Texture* texture; // construction ~Page(); };
Detailed Documentation¶
Fields¶
GlyphTable glyphs
Table mapping code points to their corresponding glyph.
Texture* texture
Table mapping code points to their corresponding glyph drawables.
Texture containing the pixels of the glyphs