menu
raylib_dartified package
documentation
core/modules/ffi/core/abbr.dart
TextLength function
TextLength function
dark_mode
light_mode
TextLength
function
int
TextLength
(
Pointer
<
Char
>
text
)
See
RaylibCore.TextLength
.
Implementation
int TextLength(Pointer<Char> text) => _module.TextLength(text);
raylib_dartified package
documentation
core/modules/ffi/core/abbr
TextLength function
abbr library