Get Line Width's Square Size.
- Returns
- Returns the square size of Line width.
Definition at line 258 of file ImguiHelper.cpp.
259 {
260 float x = ImGui::GetFont()->FontSize * ImGui::GetIO().FontGlobalScale + ImGui::GetStyle().FramePadding.y * 2.0f;
261 return ImVec2(x, x);
262 }