struct EE::Graphics::ShapedGlyph

#include <shapedglyph.hpp>

struct ShapedGlyph {
    // fields

    FontTrueType* font { nullptr };
    Uint32 glyphIndex { 0 };
    Uint32 stringIndex { 0 };
    Vector2f position;
    Vector2f advance;
    TextDirection direction;
};