Add GetDefaultFont() method to Display class

This commit is contained in:
EnderIce2 2024-02-23 03:51:07 +02:00
parent e012e8b3c1
commit fc4cc5d189
Signed by untrusted user who does not match committer: enderice2
GPG Key ID: EACC3AD603BAB4DD

View File

@ -206,6 +206,7 @@ namespace Video
decltype(Height) &GetHeight = Height;
BootInfo::FramebufferInfo GetFramebufferStruct() { return framebuffer; }
Font *GetDefaultFont() { return DefaultFont; }
Font *GetCurrentFont();
void SetCurrentFont(Font *Font);
uint16_t GetBitsPerPixel();