LoadFont method
Implementation
@override
FontD LoadFont(
String fileName,
) => run(
() => RaylibDebugLabels.LoadFont(fileName),
() => rl.Temp.Font$.RefCapture(
RaylibCaptureIds.LoadFont(fileName),
(_) => rl.Core.LoadFont(
rl.Temp.String$.ValueOrNull(fileName),
),
),
);