GuiGetFont method

FontD GuiGetFont()

Implementation

FontD GuiGetFont() => run(
  () => 'GuiGetFont()',
  () => _refCaptureFont(
    'GuiGetFont',
    rl.Gui.GuiGetFont(),
  ),
);