Function rust_raylib::ffi::GetCodepointCount
source · pub unsafe extern "C" fn GetCodepointCount(
text: *const c_char
) -> c_int
Expand description
Get total number of codepoints in a UTF-8 encoded string
pub unsafe extern "C" fn GetCodepointCount(
text: *const c_char
) -> c_int
Get total number of codepoints in a UTF-8 encoded string