GetFontDefault method
Get the default Font
Implementation
@override
FontD GetFontDefault() => run(
() => RaylibDebugLabels.GetFontDefault(),
() => rl.Temp.Font$.RefCapture(
RaylibCaptureIds.GetFontDefault(),
(_) => rl.Core.GetFontDefault(),
),
);