GuiSetFont method

void GuiSetFont(
  1. FontC font
)

Set gui custom font (global state)

Implementation

void GuiSetFont(FontC font)
  => _GuiSetFont(font);