stbtt_MakeCodepointBitmapSubpixel

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

nothrow @nogc
void
stbtt_MakeCodepointBitmapSubpixel
(,
ubyte* output
,
int out_w
,
int out_h
,,
float scale_x
,
float scale_y
,
float shift_x
,
float shift_y
,)

Meta