mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2024-12-25 23:10:32 +00:00
update
This commit is contained in:
parent
a05b329e57
commit
365a39b17e
2 changed files with 5 additions and 5 deletions
|
@ -8,7 +8,7 @@ class FontMapping {
|
||||||
|
|
||||||
#include "Small"
|
#include "Small"
|
||||||
|
|
||||||
U0 Font(U8 *text, U8 *color="RED") {
|
U0 Font(U8 *text, U8 *color="BLUE") {
|
||||||
I64 i, j, row, lineWidth = 0;
|
I64 i, j, row, lineWidth = 0;
|
||||||
I32 c;
|
I32 c;
|
||||||
|
|
||||||
|
@ -41,4 +41,4 @@ U0 Font(U8 *text, U8 *color="RED") {
|
||||||
"$$FG$$";
|
"$$FG$$";
|
||||||
}
|
}
|
||||||
|
|
||||||
// Font("ABCDEFGHIJKLMNOPQRSTUVWX`YZ");
|
// Font("ABCDEFGHIJKLMNOPQRSTUVWX`YZ");
|
|
@ -36,7 +36,7 @@ U0 InitFontMap() {
|
||||||
fontMap[5].rows[3] = " Û ";
|
fontMap[5].rows[3] = " Û ";
|
||||||
|
|
||||||
fontMap[6].character = 'g';
|
fontMap[6].character = 'g';
|
||||||
fontMap[6].rows[0] = " ";
|
fontMap[6].rows[0] = " ";
|
||||||
fontMap[6].rows[1] = " Üßß";
|
fontMap[6].rows[1] = " Üßß";
|
||||||
fontMap[6].rows[2] = " Û Û";
|
fontMap[6].rows[2] = " Û Û";
|
||||||
fontMap[6].rows[3] = " ßß";
|
fontMap[6].rows[3] = " ßß";
|
||||||
|
@ -84,10 +84,10 @@ U0 InitFontMap() {
|
||||||
fontMap[13].rows[3] = " ß ß";
|
fontMap[13].rows[3] = " ß ß";
|
||||||
|
|
||||||
fontMap[14].character = 'o';
|
fontMap[14].character = 'o';
|
||||||
fontMap[14].rows[0] = " ";
|
fontMap[14].rows[0] = " ";
|
||||||
fontMap[14].rows[1] = " ÜßÜ";
|
fontMap[14].rows[1] = " ÜßÜ";
|
||||||
fontMap[14].rows[2] = " Û Û";
|
fontMap[14].rows[2] = " Û Û";
|
||||||
fontMap[14].rows[3] = " ß ";
|
fontMap[14].rows[3] = " ß ";
|
||||||
|
|
||||||
fontMap[15].character = 'p';
|
fontMap[15].character = 'p';
|
||||||
fontMap[15].rows[0] = " ";
|
fontMap[15].rows[0] = " ";
|
||||||
|
|
Loading…
Reference in a new issue