struct stbtt_packedchar

Overview

#include <imstb_truetype.h>

struct stbtt_packedchar
{
    // fields

    unsigned short x0;
    unsigned short y0;
    unsigned short x1;
    unsigned short y1;
    float xoff;
    float yoff;
    float xadvance;
    float xoff2;
    float yoff2;
};