.. index:: pair: struct; EE::Graphics::RichText::InlineItem::Box .. _doxid-struct_e_e_1_1_graphics_1_1_rich_text_1_1_inline_item_1_1_box: struct EE::Graphics::RichText::InlineItem::Box ============================================== .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct Box { // fields :ref:`InlineSource` :target:`source`; :ref:`Rectf` :target:`margin`; :ref:`Rectf` :target:`padding`; :ref:`Float` :target:`lineHeight` { 0 }; :ref:`BaselineAlignValue` :target:`baselineAlign`; :ref:`Color` :target:`backgroundColor` { Color::Transparent }; :ref:`Float` :target:`borderWidth` { 0 }; :ref:`Color` :target:`borderColor` { Color::Transparent }; :ref:`Drawable`* :target:`backgroundDrawable` { nullptr }; :ref:`Drawable`* :target:`borderDrawable` { nullptr }; bool :target:`backgroundDrawableUsesFragmentColor` { false }; :ref:`Uint32` :target:`textDecoration` { 0 }; bool :target:`participatesInLineMetrics` { true }; bool :target:`contributesInlineSpacing` { true }; std::vector<:ref:`InlineItem`> :target:`children`; };