GetGlyphInfo method
Implementation
GlyphInfoD GetGlyphInfo(
FontD font,
num codepoint,
) => run(
() => 'GetGlyphInfo($font, $codepoint)',
() => rl.Core.GetGlyphInfo(
_refFont1(font).ref,
codepoint.toInt(),
).toD(),
);
GlyphInfoD GetGlyphInfo(
FontD font,
num codepoint,
) => run(
() => 'GetGlyphInfo($font, $codepoint)',
() => rl.Core.GetGlyphInfo(
_refFont1(font).ref,
codepoint.toInt(),
).toD(),
);