igShowFontSelector function

void igShowFontSelector(
  1. Pointer<Uint8> label
)
void igShowFontSelector(
 byte* label
);

Implementation

void igShowFontSelector(Pointer<Uint8> label) => _igShowFontSelector(label);