GuiSetFont abstract method

void GuiSetFont(
  1. FontD font
)

Set gui custom font (global state)

Implementation

void GuiSetFont(
  FontD font,
);