stbtt_GetGlyphBitmapBoxSubpixel

///////////////////////////////////////////////////////////////////////////

nothrow @trusted @nogc
void
stbtt_GetGlyphBitmapBoxSubpixel
(
stbtt_fontinfo* font
,
int glyph
,
float scale_x
,
float scale_y
,
float shift_x
,
float shift_y
,
int* ix0
,
int* iy0
,
int* ix1
,
int* iy1
)

Meta