GetCodepointCount function
See RaylibCoreFlatModule.GetCodepointCount.
Implementation
int GetCodepointCount(
MemoryPointer<RChar> text,
) => _module.GetCodepointCount(text);
See RaylibCoreFlatModule.GetCodepointCount.
int GetCodepointCount(
MemoryPointer<RChar> text,
) => _module.GetCodepointCount(text);