stbtt_GetCodepointBitmapBoxSubpixel

Same as stbtt_GetCodepointBitmapBox, but you can specify a subpixel shift for the character.

nothrow @nogc
void
stbtt_GetCodepointBitmapBoxSubpixel
(,,
float scale_x
,
float scale_y
,
float shift_x
,
float shift_y
,
int* ix0
,
int* iy0
,
int* ix1
,
int* iy1
)

Meta