mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-24 19:54:22 -04:00
fatal: Add font scaling support
This commit is contained in:
parent
1bface09d5
commit
f16423c413
3 changed files with 9 additions and 2 deletions
|
@ -31,6 +31,7 @@ class FontManager {
|
|||
|
||||
static void SetFontColor(u16 color);
|
||||
static void SetPosition(u32 x, u32 y);
|
||||
static void SetFontSize(float fsz);
|
||||
static void AddSpacingLines(float num_lines);
|
||||
static void PrintLine(const char *str);
|
||||
static void PrintFormatLine(const char *format, ...);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue