diff --git a/include/display.hpp b/include/display.hpp index 78063419..bad842d0 100644 --- a/include/display.hpp +++ b/include/display.hpp @@ -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();