.. index:: pair: struct; EE::Graphics::FontTrueType::Row .. _doxid-struct_e_e_1_1_graphics_1_1_font_true_type_1_1_row: struct EE::Graphics::FontTrueType::Row ====================================== .. toctree:: :hidden: Overview ~~~~~~~~ .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct Row { // fields unsigned int :ref:`width`; unsigned int :ref:`top`; unsigned int :ref:`height`; // construction :target:`Row`(unsigned int rowTop, unsigned int rowHeight); }; .. _details-struct_e_e_1_1_graphics_1_1_font_true_type_1_1_row: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Fields ------ .. index:: pair: variable; width .. _doxid-struct_e_e_1_1_graphics_1_1_font_true_type_1_1_row_1ae6a72fddc276dbd2dfc237289622f635: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int width Current width of the row. .. index:: pair: variable; top .. _doxid-struct_e_e_1_1_graphics_1_1_font_true_type_1_1_row_1a497b901cb32b34559276062c9223c95f: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int top Y position of the row into the texture. .. index:: pair: variable; height .. _doxid-struct_e_e_1_1_graphics_1_1_font_true_type_1_1_row_1a20d109b3d236a9bd0fe582413fd6a915: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int height Height of the row.