stbtt_GetCodepointBitmapBox

Gets the bbox of the bitmap centered around the glyph origin; so the bitmap width is ix1-ix0, height is iy1-iy0, and location to place the bitmap top left is (leftSideBearing*scale,iy0). (Note that the bitmap uses y-increases-down, but the shape uses y-increases-up, so CodepointBitmapBox and CodepointBox are inverted.)

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

Meta