ImFont_FindGlyph function

Pointer<ImFontGlyph> ImFont_FindGlyph(
  1. Pointer<ImFont> self,
  2. int c
)
ImFontGlyph* ImFont_FindGlyph(
 ImFont* self ,
 ushort c
);

Implementation

Pointer<ImFontGlyph> ImFont_FindGlyph(Pointer<ImFont> self, int c) =>
    _ImFont_FindGlyph(self, c);