Searched refs:FontGlobalScale (Results 1 – 2 of 2) sorted by relevance
1302 float FontGlobalScale; // = 1.0f // Global scale all fonts member
1166 FontGlobalScale = 1.0f; in ImGuiIO()5676 g.FontBaseSize = ImMax(1.0f, g.IO.FontGlobalScale * g.Font->FontSize * g.Font->Scale); in SetCurrentFont()