GetGlyphInfo function
See RaylibCoreFlatModule.GetGlyphInfo.
Implementation
GlyphInfoD GetGlyphInfo(
FontD font,
int codepoint,
) => _module.GetGlyphInfo(font, codepoint);
See RaylibCoreFlatModule.GetGlyphInfo.
GlyphInfoD GetGlyphInfo(
FontD font,
int codepoint,
) => _module.GetGlyphInfo(font, codepoint);