GetCodepointCount function

int GetCodepointCount(
  1. MemoryPointer<RChar> text
)

See RaylibCoreFlatModule.GetCodepointCount.

Implementation

int GetCodepointCount(
  MemoryPointer<RChar> text,
) => _module.GetCodepointCount(text);