struct EE::Graphics::RichText::InlineItem::TextRun¶
#include <richtext.hpp> struct TextRun { // fields std::shared_ptr<Text> text; InlineSource source; Rectf margin; Rectf padding; Float lineHeight { 0 }; BaselineAlignValue baselineAlign; bool suppressBackground { false }; };