Get glyph index position in font for a codepoint (unicode character), fallback to '?' if not found
int GetGlyphIndex(FontC font, int codepoint) => _GetGlyphIndex(font, codepoint);