.. index:: pair: struct; EE::Graphics::FontBMFont::Page .. _doxid-struct_e_e_1_1_graphics_1_1_font_b_m_font_1_1_page: struct EE::Graphics::FontBMFont::Page ===================================== .. toctree:: :hidden: Overview ~~~~~~~~ .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct Page { // fields :ref:`GlyphTable` :ref:`glyphs`; :ref:`GlyphDrawableTable` :target:`drawables`; :ref:`Texture`* :ref:`texture`; // construction :target:`~Page`(); }; .. _details-struct_e_e_1_1_graphics_1_1_font_b_m_font_1_1_page: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Fields ------ .. index:: pair: variable; glyphs .. _doxid-struct_e_e_1_1_graphics_1_1_font_b_m_font_1_1_page_1afb50666f32467232672d4fc958731870: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`GlyphTable` glyphs Table mapping code points to their corresponding glyph. .. index:: pair: variable; texture .. _doxid-struct_e_e_1_1_graphics_1_1_font_b_m_font_1_1_page_1a7c5da0ae87bee09dbe860a5f04515f4b: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`Texture`* texture Table mapping code points to their corresponding glyph drawables. :ref:`Texture ` containing the pixels of the glyphs