struct EE::Graphics::TextLayout

#include <text.hpp>

struct TextLayout {
    // fields

    std::vector<ShapedGlyph> shapedGlyphs;
    std::vector<Float> linesWidth;
    Sizef size;
};