ImFontGlyphRangesBuilder_SetBit function

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

Implementation

void ImFontGlyphRangesBuilder_SetBit(
        Pointer<ImFontGlyphRangesBuilder> self, int n) =>
    _ImFontGlyphRangesBuilder_SetBit(self, n);