Searched refs:FontWindowScale (Results 1 – 2 of 2) sorted by relevance
1187 float FontWindowScale; // User scale multiplier per-window member1222 …at CalcFontSize() const { return GImGui->FontBaseSize * FontWindowScale; } in CalcFontSize()
2539 FontWindowScale = 1.0f; in ImGuiWindow()3273 …const float new_font_scale = ImClamp(window->FontWindowScale + g.IO.MouseWheel * 0.10f, 0.50f, 2.5… in UpdateMouseWheel()3274 const float scale = new_font_scale / window->FontWindowScale; in UpdateMouseWheel()3275 window->FontWindowScale = new_font_scale; in UpdateMouseWheel()6321 window->FontWindowScale = scale; in SetWindowFontScale()