TextSubtext function

MemoryPointer<RChar> TextSubtext(
  1. MemoryPointer<RChar> text,
  2. int position,
  3. int length
)

See RaylibCoreFlatModule.TextSubtext.

Implementation

MemoryPointer<RChar> TextSubtext(
  MemoryPointer<RChar> text,
  int position,
  int length,
) => _module.TextSubtext(text, position, length);