struct EE::Graphics::FontSprite::Page¶
Overview¶
#include <fontsprite.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