From e6c6a64b8375a6de18e0c52fdf7343fdad957fff Mon Sep 17 00:00:00 2001 From: Joursoir Date: Thu, 28 Apr 2022 02:33:51 +0300 Subject: graphics: add the hii string drawing routine --- UefiMonitorTest/Graphics.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'UefiMonitorTest/Graphics.h') diff --git a/UefiMonitorTest/Graphics.h b/UefiMonitorTest/Graphics.h index c516576..d822e0e 100644 --- a/UefiMonitorTest/Graphics.h +++ b/UefiMonitorTest/Graphics.h @@ -218,4 +218,16 @@ DrawStringF ( ... ); +UINTN +EFIAPI +DrawHiiStringF ( + IN GRAPHICS_CONTEXT *Graphics, + IN UINTN X, + IN UINTN Y, + IN CONST GRAPHICS_PIXEL_COLOR *Color, + IN CONST EFI_STRING_ID HiiFormatStringId, + IN CONST EFI_HII_HANDLE HiiFormatHandle, + ... + ); + #endif /* UMT_GRAPHICS_H */ -- cgit v1.2.3-18-g5258