From 0275f6563689be0bc0b2935c0977424809bfeded Mon Sep 17 00:00:00 2001 From: Joursoir Date: Thu, 28 Apr 2022 02:31:04 +0300 Subject: graphics: add the getting font parameters routine --- UefiMonitorTest/Graphics.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'UefiMonitorTest/Graphics.h') diff --git a/UefiMonitorTest/Graphics.h b/UefiMonitorTest/Graphics.h index 9e50cc4..c516576 100644 --- a/UefiMonitorTest/Graphics.h +++ b/UefiMonitorTest/Graphics.h @@ -183,6 +183,13 @@ DrawChar ( IN CHAR16 Char ); +EFI_STATUS +GetFontParameters ( + IN GRAPHICS_CONTEXT *Graphics, + OUT UINTN *FontWidth, + OUT UINTN *FontHeight + ); + /** Draws output based on a null-terminated Unicode format string and a arguments list to the screen -- cgit v1.2.3-18-g5258