stbtt_MakeCodepointBitmap

The same as stbtt_GetCodepointBitmap, but you pass in storage for the bitmap in the form of 'output', with row spacing of 'out_stride' bytes. the bitmap is clipped to out_w/out_h bytes. Call stbtt_GetCodepointBitmapBox to get the width and height and positioning info for it first.

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

Meta