Lines Matching refs:glyph_ranges
1603 …const ImWchar* glyph_ranges = font_cfg.GlyphRanges != NULL ? font_cfg.GlyphRanges : GetGlyphRanges… in AddFontDefault() local
1604 …FromMemoryCompressedBase85TTF(ttf_compressed_base85, font_cfg.SizePixels, &font_cfg, glyph_ranges); in AddFontDefault()
1609 …r* filename, float size_pixels, const ImFontConfig* font_cfg_template, const ImWchar* glyph_ranges) in AddFontFromFileTTF() argument
1627 return AddFontFromMemoryTTF(data, (int)data_size, size_pixels, &font_cfg, glyph_ranges); in AddFontFromFileTTF()
1631 …nt ttf_size, float size_pixels, const ImFontConfig* font_cfg_template, const ImWchar* glyph_ranges) in AddFontFromMemoryTTF() argument
1639 if (glyph_ranges) in AddFontFromMemoryTTF()
1640 font_cfg.GlyphRanges = glyph_ranges; in AddFontFromMemoryTTF()
1644 …ed_ttf_size, float size_pixels, const ImFontConfig* font_cfg_template, const ImWchar* glyph_ranges) in AddFontFromMemoryCompressedTTF() argument
1653 …MemoryTTF(buf_decompressed_data, (int)buf_decompressed_size, size_pixels, &font_cfg, glyph_ranges); in AddFontFromMemoryCompressedTTF()
1656 …ssed_ttf_data_base85, float size_pixels, const ImFontConfig* font_cfg, const ImWchar* glyph_ranges) in AddFontFromMemoryCompressedBase85TTF() argument
1661 …tFromMemoryCompressedTTF(compressed_ttf, compressed_ttf_size, size_pixels, font_cfg, glyph_ranges); in AddFontFromMemoryCompressedBase85TTF()