X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Ffontgfx.c;h=d6599e6027cc6ce7a694289daf6099eaf549e0d1;hb=a36921f9d31cc4a8e6a8041d5b9968b2cf4bb860;hp=34154f06002364ceb2930c71c2f1f39f90f58d9a;hpb=fbe125254951c226754f1445fe42cb5b42d74cbd;p=16.git diff --git a/src/fontgfx.c b/src/fontgfx.c index 34154f06..d6599e60 100644 --- a/src/fontgfx.c +++ b/src/fontgfx.c @@ -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();