CodepointToUTF8 function

MemoryPointer<RChar> CodepointToUTF8(
  1. int codepoint,
  2. MemoryPointer<RInt> utf8Size
)

See RaylibCoreFlatModule.CodepointToUTF8.

Implementation

MemoryPointer<RChar> CodepointToUTF8(
  int codepoint,
  MemoryPointer<RInt> utf8Size,
) => _module.CodepointToUTF8(codepoint, utf8Size);