GuiGetFont method
Get gui custom font (global state)
Implementation
@override
FontD GuiGetFont() => run(
() => RaylibDebugLabels.GuiGetFont(),
() => rl.Temp.Font$.RefCapture(
RaylibCaptureIds.GuiGetFont(),
(p) => rl.Gui.GuiGetFont.run1(
p.toJS,
),
),
);