Searched refs:GlyphRanges (Results 1 – 2 of 2) sorted by relevance
1369 GlyphRanges = NULL; in ImFontConfig()1603 …const ImWchar* glyph_ranges = font_cfg.GlyphRanges != NULL ? font_cfg.GlyphRanges : GetGlyphRanges… in AddFontDefault()1640 font_cfg.GlyphRanges = glyph_ranges; in AddFontFromMemoryTTF()1830 src_tmp.SrcRanges = cfg.GlyphRanges ? cfg.GlyphRanges : atlas->GetGlyphRangesDefault(); in ImFontAtlasBuildWithStbTruetype()
1924 …const ImWchar* GlyphRanges; // NULL // Pointer to a user-provided list of Unicode … member