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. You don't need to do anything special to free it, because the contents are pure value data with no additional data structures. Returns 0 on failure.

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

Meta