mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-11 00:04:24 +00:00
Fix typos (#7332)
This commit is contained in:
parent
8a14b71f22
commit
ccc5347e45
2 changed files with 2 additions and 2 deletions
|
|
@ -15000,7 +15000,7 @@ void ImGui::DebugNodeFont(ImFont* font)
|
|||
SetNextItemWidth(GetFontSize() * 8);
|
||||
DragFloat("Font scale", &font->Scale, 0.005f, 0.3f, 2.0f, "%.1f");
|
||||
SameLine(); MetricsHelpMarker(
|
||||
"Note than the default embedded font is NOT meant to be scaled.\n\n"
|
||||
"Note that the default embedded font is NOT meant to be scaled.\n\n"
|
||||
"Font are currently rendered into bitmaps at a given size at the time of building the atlas. "
|
||||
"You may oversample them to get some flexibility with scaling. "
|
||||
"You can also render at multiple sizes and select which one to use at runtime.\n\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue