Searched defs:font_cfg (Results 1 – 1 of 1) sorted by relevance
1544 ImFont* ImFontAtlas::AddFont(const ImFontConfig* font_cfg) in AddFont()1591 ImFontConfig font_cfg = font_cfg_template ? *font_cfg_template : ImFontConfig(); in AddFontDefault() local1619 ImFontConfig font_cfg = font_cfg_template ? *font_cfg_template : ImFontConfig(); in AddFontFromFileTTF() local1634 ImFontConfig font_cfg = font_cfg_template ? *font_cfg_template : ImFontConfig(); in AddFontFromMemoryTTF() local1650 ImFontConfig font_cfg = font_cfg_template ? *font_cfg_template : ImFontConfig(); in AddFontFromMemoryCompressedTTF() local1656 …TF(const char* compressed_ttf_data_base85, float size_pixels, const ImFontConfig* font_cfg, const … in AddFontFromMemoryCompressedBase85TTF()