From eb2ff47df7b02ca72861e6b1f35fcf084e4614fb Mon Sep 17 00:00:00 2001 From: Joursoir Date: Mon, 9 May 2022 11:58:59 +0300 Subject: fonts/system-8x16: add glyphs for '>', '<', '*' chars --- UefiMonitorTest/fonts/System-8x16.h | 46 ++++++++++++++++++------------------- 1 file 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, -- cgit v1.2.3-18-g5258