TextFormat function
- @Deprecated('va_list is not supported')
- MemoryPointer<
RChar> text
See RaylibCoreFlatModule.TextFormat.
Implementation
@Deprecated('va_list is not supported')
MemoryPointer<RChar> TextFormat(
MemoryPointer<RChar> text,
) => _module.TextFormat(text);