struct EE::Graphics::RichText::RenderSpan

Structure representing a rendered span within a line.

#include <richtext.hpp>

struct RenderSpan {
    // fields

    std::shared_ptr<Text> text;
    Vector2f position;
};