igText function

void igText(
  1. Pointer<Uint8> fmt
)
void igText(
 byte* fmt ,
 ... ...
);

Implementation

void igText(Pointer<Uint8> fmt) => _igText(fmt);