.. index:: pair: struct; EE::Graphics::FontTrueType::Page .. _doxid-struct_e_e_1_1_graphics_1_1_font_true_type_1_1_page: struct EE::Graphics::FontTrueType::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`; unsigned int :ref:`nextRow`; std::vector<:ref:`Row`> :ref:`rows`; :ref:`Uint32` :target:`fontInternalId` { 0 }; // construction :target:`Page`(const :ref:`Uint32` fontInternalId, const std::string& pageName); :target:`~Page`(); }; .. _details-struct_e_e_1_1_graphics_1_1_font_true_type_1_1_page: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Fields ------ .. index:: pair: variable; glyphs .. _doxid-struct_e_e_1_1_graphics_1_1_font_true_type_1_1_page_1af36841560f4e0e92295582b48cd2fc99: .. 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_true_type_1_1_page_1a2f3634f5236f82a17554552651d596d0: .. 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 .. index:: pair: variable; nextRow .. _doxid-struct_e_e_1_1_graphics_1_1_font_true_type_1_1_page_1abf9b65ef94e288570b8d1e24529d21b0: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int nextRow Y position of the next new row in the texture. .. index:: pair: variable; rows .. _doxid-struct_e_e_1_1_graphics_1_1_font_true_type_1_1_page_1a1abb96aeb499007c62451cc4948910ba: .. ref-code-block:: cpp :class: doxyrest-title-code-block std::vector<:ref:`Row`> rows List containing the position of all the existing rows.