X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Ffontgfx.c;h=d6599e6027cc6ce7a694289daf6099eaf549e0d1;hb=f7aaefdc33ed9a427befa6a89ca62132d473279a;hp=644af7351af3924b58e088bd0a48a0f5ec436ed9;hpb=42ec4d80f3a8e2ae218c78a33dc038cb539a6c7e;p=16.git diff --git a/src/fontgfx.c b/src/fontgfx.c index 644af735..d6599e60 100644 --- a/src/fontgfx.c +++ b/src/fontgfx.c @@ -41,23 +41,23 @@ IIIIIII BBBBBBBBBBB MMMMMM MMMMMM\n\ IIIIIII BBBBBBBBBBB MMMM MMM MMMM\n\ IIIIIII BBBBBBBBB MMMM M MMMM\n\ "; - static byte rose[]=" :. ,..\ - .' :~.':_.,\ - .' ::.::'.'\ - : ::' .:\ - `.: .: .:/\ - `::--.:'.::'\ - |. _:===-'\ - / /\ - ,---.---. __,','\ - (~`. \ ) )','.,---..\ - `v`\ | ,' .-'.:,'_____ `.\ - )|/.-~.--~~--. ~~~-. \\ - _/-'_.-~ ""---.._`.|\ - _.-~~_.-~ ""'\ - _..--~~_.(~~\ - __...---~~~_..--~~\ -,'___...---~~~\ + static byte rose[]=" :. ,..\n\ + .' :~.':_.,\n\ + .' ::.::'.'\n\ + : ::' .:\n\ + `.: .: .:/\n\ + `::--.:'.::'\n\ + |. _:===-'\n\ + / /\n\ + ,---.---. __,','\n\ + (~`. \ ) )','.,---..\n\ + `v`\ | ,' .-'.:,'_____ `.\n\ + )|/.-~.--~~--. ~~~-. \ \n\ + _/-'_.-~ ""---.._`.|\n\ + _.-~~_.-~ ""'\n\ + _..--~~_.(~~\n\ + __...---~~~_..--~~\n\ +,'___...---~~~\n\ "; // static byte *rosa; static word chx, chy, colpee; @@ -67,6 +67,7 @@ IIIIIII BBBBBBBBB MMMM M MMMM\n\ screen = modexDefaultPage(); screen.width += (16*2); screen.height += (16*2); +//++++ modexShowPage(&screen); //modexprint(16, 16, 1, 15, "wwww"); //getch(); chx=0; @@ -90,7 +91,8 @@ IIIIIII BBBBBBBBB MMMM M MMMM\n\ //modexprint(100, 100, 1, 47, 0, "wwww"); getch(); // modexprint(0, 0, 1, 0, colpee, &rose); - modexprint(&screen, 0, 0, 0, 0, colpee, &ibmlogo); +//++++ modexprint(&screen, 0, 0, 0, 0, colpee, &ibmlogo); + modexprintbig(&screen, 0, 0, 1, colpee, 0, "IBM"); // modexprint(0, 0, 1, 0, colpee, ROSE); getch(); modexLeave();