mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-16 00:54:19 +00:00
Added GetFontTexUvWhitePixel() helper.
This commit is contained in:
parent
a274a09955
commit
37d50dccf9
2 changed files with 6 additions and 0 deletions
|
|
@ -4838,6 +4838,11 @@ float ImGui::GetFontSize()
|
|||
return GImGui->FontSize;
|
||||
}
|
||||
|
||||
ImVec2 ImGui::GetFontTexUvWhitePixel()
|
||||
{
|
||||
return GImGui->FontTexUvWhitePixel;
|
||||
}
|
||||
|
||||
void ImGui::SetWindowFontScale(float scale)
|
||||
{
|
||||
ImGuiState& g = *GImGui;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue