.. index:: pair: struct; EE::Graphics::RichText::RenderParagraph .. _doxid-struct_e_e_1_1_graphics_1_1_rich_text_1_1_render_paragraph: struct EE::Graphics::RichText::RenderParagraph ============================================== .. toctree:: :hidden: Structure representing a rendered paragraph (line). .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct RenderParagraph { // fields std::vector<:ref:`RenderSpan`> :target:`spans`; :ref:`Float` :target:`y` { 0 }; :ref:`Float` :target:`height` { 0 }; :ref:`Float` :target:`maxAscent` { 0 }; :ref:`Float` :target:`width` { 0 }; };