Function ctru_sys::consoleSetFont

source ·
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.