GetCodepointCount method

  1. @override
int GetCodepointCount(
  1. String text
)
override

Implementation

@override
int GetCodepointCount(
  String text,
) => run(
  () => RaylibDebugLabels.GetCodepointCount(text),
  () => rl.Core.GetCodepointCount(
    rl.Temp.String$.ValueOrNull(text),
  ),
);