GetCodepoint method

int GetCodepoint(
  1. Pointer<Char> text,
  2. Pointer<Int> codepointSize
)

Implementation

int GetCodepoint(Pointer<Char> text, Pointer<Int> codepointSize) {
  return _GetCodepoint(text, codepointSize);
}