From: sparky4 Date: Tue, 14 Jul 2015 14:14:19 +0000 (-0500) Subject: about to do jis extentions~ X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=e6f2043bea78a125ed884a429f64fb5f9eca25c2;p=16.git about to do jis extentions~ modified: fontgfx.exe modified: src/fontgfx.c --- diff --git a/fontgfx.exe b/fontgfx.exe index 32fd5acf..ad591b16 100644 Binary files a/fontgfx.exe and b/fontgfx.exe differ diff --git a/src/fontgfx.c b/src/fontgfx.c index 64d07cd8..3d9d2e0c 100644 --- a/src/fontgfx.c +++ b/src/fontgfx.c @@ -36,7 +36,7 @@ void main(int argc, char near *argv[]) //getch(); chx=0; chy=0; - for(e='!'; e<='~'; e++) + for(e=' '; e<='~'; e++) { modexprint(chx, chy, 1, 15, &e); chx+=8;