struct EE::Graphics::FontBMFont::Page

Overview

#include <fontbmfont.hpp>

struct Page {
    // fields

    GlyphTable glyphs;
    GlyphDrawableTable drawables;
    TexturePtr texture;

    // construction

    ~Page();
};

Detailed Documentation

Fields

GlyphTable glyphs

Table mapping code points to their corresponding glyph.

TexturePtr texture

Table mapping code points to their corresponding glyph drawables.

Texture containing the pixels of the glyphs