]> 4ch.mooo.com Git - 16.git/blobdiff - src/fontgfx.c
hmmm
[16.git] / src / fontgfx.c
index ebfbb6d5918bd358805c2e177595cfba1628777c..d6599e6027cc6ce7a694289daf6099eaf549e0d1 100644 (file)
@@ -41,23 +41,23 @@ IIIIIII  BBBBBBBBBBB  MMMMMM     MMMMMM\n\
 IIIIIII  BBBBBBBBBBB  MMMM   MMM   MMMM\n\\r
 IIIIIII  BBBBBBBBB    MMMM    M    MMMM\n\\r
 ";\r
-       static byte rose[]="                                              :. ,..\\r
-                                            .' :~.':_.,\\r
-                                          .'   ::.::'.'\\r
-                                         :     ::'  .:\\r
-                                       `.:    .:  .:/\\r
-                                        `::--.:'.::'\\r
-                                          |. _:===-'\\r
-                                         / /\\r
-                        ,---.---.    __,','\\r
-                       (~`.  \   )   )','.,---..\\r
-                        `v`\ | ,' .-'.:,'_____   `.\\r
-                            )|/.-~.--~~--.   ~~~-. \\\r
-                          _/-'_.-~        ""---.._`.|\\r
-                     _.-~~_.-~                    ""'\\r
-              _..--~~_.(~~\\r
-   __...---~~~_..--~~\\r
-,'___...---~~~\\r
+       static byte rose[]="                                              :. ,..\n\\r
+                                            .' :~.':_.,\n\\r
+                                          .'   ::.::'.'\n\\r
+                                         :     ::'  .:\n\\r
+                                       `.:    .:  .:/\n\\r
+                                        `::--.:'.::'\n\\r
+                                          |. _:===-'\n\\r
+                                         / /\n\\r
+                        ,---.---.    __,','\n\\r
+                       (~`.  \   )   )','.,---..\n\\r
+                        `v`\ | ,' .-'.:,'_____   `.\n\\r
+                            )|/.-~.--~~--.   ~~~-. \ \n\\r
+                          _/-'_.-~        ""---.._`.|\n\\r
+                     _.-~~_.-~                    ""'\n\\r
+              _..--~~_.(~~\n\\r
+   __...---~~~_..--~~\n\\r
+,'___...---~~~\n\\r
 ";\r
 //     static byte *rosa;\r
        static word chx, chy, colpee;\r
@@ -67,6 +67,7 @@ IIIIIII  BBBBBBBBB    MMMM    M    MMMM\n\
        screen = modexDefaultPage();\r
        screen.width += (16*2);\r
        screen.height += (16*2);\r
+//++++ modexShowPage(&screen);\r
        //modexprint(16, 16, 1, 15, "wwww");\r
        //getch();\r
        chx=0;\r
@@ -90,7 +91,8 @@ IIIIIII  BBBBBBBBB    MMMM    M    MMMM\n\
        //modexprint(100, 100, 1, 47, 0, "wwww");\r
        getch();\r
 //     modexprint(0, 0, 1, 0, colpee, &rose);\r
-       modexprint(&screen, 0, 0, 1, 0, colpee, &ibmlogo);\r
+//++++ modexprint(&screen, 0, 0, 0, 0, colpee, &ibmlogo);\r
+       modexprintbig(&screen, 0, 0, 1, colpee, 0, "IBM");\r
 //     modexprint(0, 0, 1, 0, colpee, ROSE);\r
        getch();\r
        modexLeave();\r