Searched refs:FontBaseSize (Results 1 – 3 of 3) sorted by relevance
769 …float FontBaseSize; // (Shortcut) == IO.FontGlobalScale * … member938 FontSize = FontBaseSize = 0.0f; in ImGuiContext()1222 …float CalcFontSize() const { return GImGui->FontBaseSize * FontWindowScal… in CalcFontSize()
5494 …ImVec2(g.IO.DisplaySize.x, g.NextWindowData.MenuBarOffsetMinVal.y + g.FontBaseSize + g.Style.Frame… in BeginMainMenuBar()
5676 g.FontBaseSize = ImMax(1.0f, g.IO.FontGlobalScale * g.Font->FontSize * g.Font->Scale); in SetCurrentFont()