Lines Matching refs:DstFont
1376 DstFont = NULL;
1558 if (new_font_cfg.DstFont == NULL)
1559 new_font_cfg.DstFont = Fonts.back();
1569 return new_font_cfg.DstFont;
1811 IM_ASSERT(cfg.DstFont && (!cfg.DstFont->IsLoaded() || cfg.DstFont->ContainerAtlas == atlas));
1813 // Find index from cfg.DstFont (we allow the user to set cfg.DstFont. Also it makes casual debugging nicer than when storing indices)
1816 if (cfg.DstFont == atlas->Fonts[output_i])
1818 IM_ASSERT(src_tmp.DstIndex != -1); // cfg.DstFont not pointing within atlas->Fonts[] array?
2004 ImFont* dst_font = cfg.DstFont; // We can have multiple input fonts writing into a same destination font (when using MergeMode=true)