struct EE::Graphics::RichText::RenderSpan¶
Structure representing a rendered span within a line.
#include <richtext.hpp> struct RenderSpan { // fields Block block; Vector2f position; Sizef size; Int64 startCharIndex { 0 }; Int64 endCharIndex { 0 }; };