GuiSetFont method

void GuiSetFont(
  1. FontC font
)

Implementation

void GuiSetFont(FontC font) {
  return _GuiSetFont(font);
}