ImFont_SetGlyphVisible function

void ImFont_SetGlyphVisible(
  1. Pointer<ImFont> self,
  2. int c,
  3. int visible
)
void ImFont_SetGlyphVisible(
 ImFont* self ,
 ushort c ,
 byte visible
);

Implementation

void ImFont_SetGlyphVisible(Pointer<ImFont> self, int c, int visible) =>
    _ImFont_SetGlyphVisible(self, c, visible);