GuiSetFont abstract method

void GuiSetFont(
  1. FontStructType font
)

Set gui custom font (global state)

Implementation

void GuiSetFont(
  FontStructType font,
);