struct EE::Graphics::RichText::SpanBlock

#include <richtext.hpp>

struct SpanBlock {
    // fields

    std::shared_ptr<Text> text;
    Rectf margin;
    Rectf padding;
};