stbtt_fontinfo

struct stbtt_fontinfo {
void* userdata;
ubyte* data;
int fontstart;
int numGlyphs;
int loca;
int head;
int glyf;
int hhea;
int hmtx;
int kern;
int index_map;
int indexToLocFormat;
}

Meta

Suggestion Box / Bug Report