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