struct stbtt_aligned_quad

Overview

#include <imstb_truetype.h>

struct stbtt_aligned_quad
{
    // fields

    float x0;
    float y0;
    float s0;
    float t0;
    float x1;
    float y1;
    float s1;
    float t1;
};