GuiGetFont method

FontD GuiGetFont()

Implementation

FontD GuiGetFont() => run(
  () => 'GuiGetFont()',
  () => rl.Temp.Font$.RefCapture(
    'GuiGetFont',
    rl.Gui.GuiGetFont(),
  ),
);