Structure representing a rendered span within a line.
#include <richtext.hpp> struct RenderSpan { // fields Block block; Vector2f position; Sizef size; };