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