.. index:: pair: struct; EE::Graphics::RichText::RenderSpan .. _doxid-struct_e_e_1_1_graphics_1_1_rich_text_1_1_render_span: struct EE::Graphics::RichText::RenderSpan ========================================= .. toctree:: :hidden: Structure representing a rendered span within a line. .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct RenderSpan { // fields std::shared_ptr<:ref:`Text`> :target:`text`; :ref:`Vector2f` :target:`position`; };