stbtt_GetCodepointBitmapSubpixel

The same as stbtt_GetCodepoitnBitmap, but you can specify a subpixel shift for the character.

nothrow @nogc
ubyte*
stbtt_GetCodepointBitmapSubpixel
(,
float scale_x
,
float scale_y
,
float shift_x
,
float shift_y
,,
int* width
,
int* height
,
int* xoff
,
int* yoff
)

Meta