.. index:: pair: struct; EE::Graphics::RichText::Block .. _doxid-struct_e_e_1_1_graphics_1_1_rich_text_1_1_block: struct EE::Graphics::RichText::Block ==================================== .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct Block { // fields :ref:`BlockType` :target:`type` { :ref:`BlockType::Text` }; std::shared_ptr<:ref:`Text`> :target:`text`; std::shared_ptr<:ref:`Drawable`> :target:`drawable`; :ref:`Sizef` :target:`customSize`; };