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