menu
raylib_dartified package
documentation
core/raylib.dart
RaylibCore
GetCodepointCount method
GetCodepointCount method
dark_mode
light_mode
GetCodepointCount
method
int
GetCodepointCount
(
Pointer
<
Char
>
text
)
Implementation
int GetCodepointCount(Pointer<Char> text) { return _GetCodepointCount(text); }
raylib_dartified package
documentation
core/raylib
RaylibCore
GetCodepointCount method
RaylibCore class