LoadCodepoints

Load all codepoints from a UTF-8 text string, codepoints count returned by parameter

version(BindRaylib_Static)
extern (C) @nogc nothrow
int*
LoadCodepoints
(
const(char)* text
,
int* count
)

Meta