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