stbtt_InitFont

Given an offset into the file that defines a font, this function builds the necessary cached info for the rest of the system. You must allocate the stbtt_fontinfo yourself, and stbtt_InitFont will fill it out.

nothrow @nogc
int
stbtt_InitFont
(,
const(ubyte)* data2
,)

Meta