GetGlyphInfo method

GlyphInfoC GetGlyphInfo(
  1. FontC font,
  2. int codepoint
)

Implementation

GlyphInfoC GetGlyphInfo(FontC font, int codepoint) {
  return _GetGlyphInfo(font, codepoint);
}