This commit is contained in:
y4my4my4m 2023-08-26 03:44:12 +09:00
parent a05b329e57
commit 365a39b17e
2 changed files with 5 additions and 5 deletions

View file

@ -8,7 +8,7 @@ class FontMapping {
#include "Small"
U0 Font(U8 *text, U8 *color="RED") {
U0 Font(U8 *text, U8 *color="BLUE") {
I64 i, j, row, lineWidth = 0;
I32 c;
@ -41,4 +41,4 @@ U0 Font(U8 *text, U8 *color="RED") {
"$$FG$$";
}
// Font("ABCDEFGHIJKLMNOPQRSTUVWX`YZ");
// Font("ABCDEFGHIJKLMNOPQRSTUVWX`YZ");

View file

@ -36,7 +36,7 @@ U0 InitFontMap() {
fontMap[5].rows[3] = " Û ";
fontMap[6].character = 'g';
fontMap[6].rows[0] = " ";
fontMap[6].rows[0] = " ";
fontMap[6].rows[1] = " Üßß";
fontMap[6].rows[2] = " Û Û";
fontMap[6].rows[3] = " ßß";
@ -87,7 +87,7 @@ U0 InitFontMap() {
fontMap[14].rows[0] = " ";
fontMap[14].rows[1] = " ÜßÜ";
fontMap[14].rows[2] = " Û Û";
fontMap[14].rows[3] = " ß ";
fontMap[14].rows[3] = " ß ";
fontMap[15].character = 'p';
fontMap[15].rows[0] = " ";