Searched refs:SetWindowFontScale (Results 1 – 6 of 6) sorted by relevance
282 …IMGUI_API void SetWindowFontScale(float scale); …
6317 void ImGui::SetWindowFontScale(float scale) in SetWindowFontScale() function in ImGui
375 …IMGUI_API void SetWindowFontScale(float scale); …
6028 ImGui::SetWindowFontScale(window_scale);
7054 void ImGui::SetWindowFontScale(float scale) in SetWindowFontScale() function in ImGui
1286 - Window: Fixed old SetWindowFontScale() api value from not being inherited by child window. Added