GetGlyphInfo method
Implementation
@override
GlyphInfoD GetGlyphInfo(
FontD font,
num codepoint,
) => run(
() => RaylibDebugLabels.GetGlyphInfo(font, codepoint),
() => rl.Core.GetGlyphInfo(
rl.Temp.Font$.Ref1(font).ref,
codepoint.toInt(),
).toD(),
);