Allow to use custom framebuffer fonts

This commit is contained in:
2024-03-10 10:02:30 +01:00
parent a4d9e6dd8e
commit cb4292dccf
2 changed files with 14 additions and 0 deletions

View File

@@ -102,6 +102,7 @@ typedef struct _LOADER_GRAPHICS_INFORMATION_BLOCK
UINT PixelsPerScanLine;
UINT BitsPerPixel;
UINT Pitch;
PVOID Font;
} LOADER_GRAPHICS_INFORMATION_BLOCK, *PLOADER_GRAPHICS_INFORMATION_BLOCK;
/* Boot Loader information block */