menu
raylib_dartified package
documentation
core/raylib.dart
RaylibCore
GetGlyphIndex method
GetGlyphIndex method
dark_mode
light_mode
GetGlyphIndex
method
int
GetGlyphIndex
(
FontC
font
,
int
codepoint
)
Implementation
int GetGlyphIndex(FontC font, int codepoint) { return _GetGlyphIndex(font, codepoint); }
raylib_dartified package
documentation
core/raylib
RaylibCore
GetGlyphIndex method
RaylibCore class