struct EE::Graphics::ShapedTextParagraph

#include <textlayout.hpp>

struct ShapedTextParagraph {
    // fields

    std::vector<ShapedGlyph> shapedGlyphs;
    LineWrapInfo wrapInfo;
    Sizef size;
};