GetGlyphInfo function

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

Implementation

GlyphInfoC GetGlyphInfo(FontC font, int codepoint) => _module.GetGlyphInfo(font, codepoint);