mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-06-03 02:07:57 +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;
|
decltype(Height) &GetHeight = Height;
|
||||||
|
|
||||||
BootInfo::FramebufferInfo GetFramebufferStruct() { return framebuffer; }
|
BootInfo::FramebufferInfo GetFramebufferStruct() { return framebuffer; }
|
||||||
|
Font *GetDefaultFont() { return DefaultFont; }
|
||||||
Font *GetCurrentFont();
|
Font *GetCurrentFont();
|
||||||
void SetCurrentFont(Font *Font);
|
void SetCurrentFont(Font *Font);
|
||||||
uint16_t GetBitsPerPixel();
|
uint16_t GetBitsPerPixel();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user