Searched refs:DstFont (Results 1 – 2 of 2) sorted by relevance
1376 DstFont = NULL; in ImFontConfig()1558 if (new_font_cfg.DstFont == NULL) in AddFont()1559 new_font_cfg.DstFont = Fonts.back(); in AddFont()1569 return new_font_cfg.DstFont; in AddFont()1811 … IM_ASSERT(cfg.DstFont && (!cfg.DstFont->IsLoaded() || cfg.DstFont->ContainerAtlas == atlas)); in ImFontAtlasBuildWithStbTruetype()1816 if (cfg.DstFont == atlas->Fonts[output_i]) in ImFontAtlasBuildWithStbTruetype()2004 …ImFont* dst_font = cfg.DstFont; // We can have multiple input fonts writing into a same destinatio… in ImFontAtlasBuildWithStbTruetype()
1933 ImFont* DstFont; member