| H A D | imstb_truetype.h | 3672 int advance, lsb, x0,y0,x1,y1,gw,gh; local in function:stbtt_BakeFontBitmap_internal 3677 gh = y1-y0; 3680 if (y + gh + 1 >= ph) // check if it fits vertically AFTER potentially moving to next row 3683 STBTT_assert(y+gh < ph); 3684 stbtt_MakeGlyphBitmap(&f, pixels+x+y*pw, gw,gh,pw, scale,scale, g); 3688 chardata[i].y1 = (stbtt_int16) (y + gh); 3693 if (y+gh+1 > bottom_y) 3694 bottom_y = y+gh+1;
|