ImFont_IsGlyphRangeUnused function

int ImFont_IsGlyphRangeUnused(
  1. Pointer<ImFont> self,
  2. int c_begin,
  3. int c_last
)
byte ImFont_IsGlyphRangeUnused(
 ImFont* self ,
 uint c_begin ,
 uint c_last
);

Implementation

int ImFont_IsGlyphRangeUnused(Pointer<ImFont> self, int c_begin, int c_last) =>
    _ImFont_IsGlyphRangeUnused(self, c_begin, c_last);