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.

Members

Variables

data
const(ubyte)* data;
Undocumented in source.
edgeBuf
Vec!stbtt__edge edgeBuf;
Undocumented in source.
edgeScratchBuf
Vec!stbtt__edge edgeScratchBuf;
Undocumented in source.
fontstart
int fontstart;
glyf
int glyf;
head
int head;
hhea
int hhea;
hmtx
int hmtx;
Undocumented in source.
indexToLocFormat
int indexToLocFormat;
Undocumented in source.
index_map
int index_map;
kern
int kern;
Undocumented in source.
loca
int loca;
Undocumented in source.
numGlyphs
int numGlyphs;
Undocumented in source.

Meta