diff options
author | Joursoir <chat@joursoir.net> | 2022-05-09 11:58:59 +0300 |
---|---|---|
committer | Joursoir <chat@joursoir.net> | 2022-05-09 11:58:59 +0300 |
commit | eb2ff47df7b02ca72861e6b1f35fcf084e4614fb (patch) | |
tree | fac530d9346389288b5638d11bf2d852f46ad017 | |
parent | 0f16beb355e254d8898d2b2243055d79680f6cd7 (diff) | |
download | umt-eb2ff47df7b02ca72861e6b1f35fcf084e4614fb.tar.gz umt-eb2ff47df7b02ca72861e6b1f35fcf084e4614fb.tar.bz2 umt-eb2ff47df7b02ca72861e6b1f35fcf084e4614fb.zip |
fonts/system-8x16: add glyphs for '>', '<', '*' chars
-rw-r--r-- | UefiMonitorTest/fonts/System-8x16.h | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/UefiMonitorTest/fonts/System-8x16.h b/UefiMonitorTest/fonts/System-8x16.h index 3098d88..aa96707 100644 --- a/UefiMonitorTest/fonts/System-8x16.h +++ b/UefiMonitorTest/fonts/System-8x16.h @@ -748,11 +748,11 @@ UINT8 gFontSystem8x16[SYSTEM8X16_FONT_SIZE] = { // * 0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0, +0,0,1,0,0,0,0,0, +1,0,1,0,1,0,0,0, +0,1,1,1,0,0,0,0, +0,1,0,1,0,0,0,0, +1,0,0,0,1,0,0,0, 0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0, @@ -1072,15 +1072,15 @@ UINT8 gFontSystem8x16[SYSTEM8X16_FONT_SIZE] = { // < 0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0, +0,0,0,0,1,1,0,0, +0,0,0,1,1,0,0,0, +0,0,1,1,0,0,0,0, +0,1,1,0,0,0,0,0, +1,1,0,0,0,0,0,0, +0,1,1,0,0,0,0,0, +0,0,1,1,0,0,0,0, +0,0,0,1,1,0,0,0, +0,0,0,0,1,1,0,0, 0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0, @@ -1108,15 +1108,15 @@ UINT8 gFontSystem8x16[SYSTEM8X16_FONT_SIZE] = { // > 0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0, +1,1,0,0,0,0,0,0, +0,1,1,0,0,0,0,0, +0,0,1,1,0,0,0,0, +0,0,0,1,1,0,0,0, +0,0,0,0,1,1,0,0, +0,0,0,1,1,0,0,0, +0,0,1,1,0,0,0,0, +0,1,1,0,0,0,0,0, +1,1,0,0,0,0,0,0, 0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0, |