ImFontGlyphRangesBuilder_GetBit function

int ImFontGlyphRangesBuilder_GetBit(
  1. Pointer<ImFontGlyphRangesBuilder> self,
  2. int n
)
byte ImFontGlyphRangesBuilder_GetBit(
 ImFontGlyphRangesBuilder* self ,
 uint n
);

Implementation

int ImFontGlyphRangesBuilder_GetBit(
        Pointer<ImFontGlyphRangesBuilder> self, int n) =>
    _ImFontGlyphRangesBuilder_GetBit(self, n);