mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-30 08:17:58 +00:00
Add GetDefaultFont() method to Display class
This commit is contained in:
parent
e012e8b3c1
commit
fc4cc5d189
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user