pGetCodepointsCount

Get total number of characters (codepoints) in a UTF8 encoded string

version(!BindRaylib_Static)
extern (C) @nogc nothrow
alias pGetCodepointsCount = int function
(
const(char)* text
)

Meta