stbtt_fontinfo

The following structure is defined publically so you can declare one on the stack or as a global or etc, but you should treat it as opaque.

struct stbtt_fontinfo {
const(ubyte)* data;
int fontstart;
int numGlyphs;
int loca;
int head;
int glyf;
int hhea;
int hmtx;
int kern;
int index_map;
int indexToLocFormat;
}

Meta