change another tab to spaces
This commit is contained in:
parent
486bb09f76
commit
9d34c8001d
|
@ -116,7 +116,7 @@ static GlyphSet* load_glyphset(RenFont *font, int idx) {
|
||||||
retry:
|
retry:
|
||||||
set->image = ren_new_image(width, height);
|
set->image = ren_new_image(width, height);
|
||||||
float s =
|
float s =
|
||||||
stbtt_ScaleForMappingEmToPixels(&font->stbfont, 1) /
|
stbtt_ScaleForMappingEmToPixels(&font->stbfont, 1) /
|
||||||
stbtt_ScaleForPixelHeight(&font->stbfont, 1);
|
stbtt_ScaleForPixelHeight(&font->stbfont, 1);
|
||||||
|
|
||||||
stbtt_PackBegin(&pc, (void*) set->image->pixels, width, height, 0, 1, NULL);
|
stbtt_PackBegin(&pc, (void*) set->image->pixels, width, height, 0, 1, NULL);
|
||||||
|
|
Loading…
Reference in New Issue