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