GuiSetFont method

  1. @override
void GuiSetFont(
  1. FontD font
)
override

Set gui custom font (global state)

Implementation

@override
void GuiSetFont(
  FontD font,
) => _wasm.GuiSetFont(
  $.Font$.Ref1(font).toJS,
);