pub unsafe extern "C" fn consoleSetFont(
console: *mut PrintConsole,
font: *mut ConsoleFont,
)Expand description
Loads the font into the console.
ยงArguments
console- Pointer to the console to update, if NULL it will update the current console.font- The font to load.