GetGlyphIndex function

int GetGlyphIndex(
  1. FontD font,
  2. int codepoint
)

See RaylibCoreFlatModule.GetGlyphIndex.

Implementation

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