GetGlyphInfo function

GlyphInfoD GetGlyphInfo(
  1. FontD font,
  2. int codepoint
)

See RaylibCoreFlatModule.GetGlyphInfo.

Implementation

GlyphInfoD GetGlyphInfo(
  FontD font,
  int codepoint,
) => _module.GetGlyphInfo(font, codepoint);