struct EE::Graphics::Text::VertexCoords

#include <text.hpp>

struct VertexCoords {
    // fields

    Vector2f texCoords;
    Vector2f position;
};