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