struct stbtt_kerningentry

Overview

#include <imstb_truetype.h>

struct stbtt_kerningentry
{
    // fields

    int glyph1;
    int glyph2;
    int advance;
};