mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-11 07:19:20 +00:00
Add GetDefaultFont() method to Display class
This commit is contained in:
@ -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();
|
||||||
|
Reference in New Issue
Block a user