GetFontDefault method
Implementation
FontD GetFontDefault() => run(
() => 'GetFontDefault()',
() => _refCaptureFont(
'GetFontDefault',
rl.Core.GetFontDefault(),
),
);
FontD GetFontDefault() => run(
() => 'GetFontDefault()',
() => _refCaptureFont(
'GetFontDefault',
rl.Core.GetFontDefault(),
),
);