Add the ability to print unicode characters in addition to "Latin1" ones

This commit is contained in:
Thomas Bernard
2018-02-11 21:43:44 +01:00
parent b564a4d4f4
commit 545308265b
11 changed files with 236 additions and 38 deletions

View File

@@ -47,4 +47,7 @@ extern char Gui_loading_error_message[512];
/// successful.
/// If an error is encountered, it frees what needs it, prints an error message
/// in ::Gui_loading_error_message, and returns NULL.
byte * Load_font(const char * font_name);
byte * Load_font(const char * font_name, int is_main);
/// Load fonts for additional Unicode characters
void Load_Unicode_fonts(void);