|
@@ -15000,7 +15000,7 @@ void ImGui::DebugNodeFont(ImFont* font)
|
|
SetNextItemWidth(GetFontSize() * 8);
|
|
SetNextItemWidth(GetFontSize() * 8);
|
|
DragFloat("Font scale", &font->Scale, 0.005f, 0.3f, 2.0f, "%.1f");
|
|
DragFloat("Font scale", &font->Scale, 0.005f, 0.3f, 2.0f, "%.1f");
|
|
SameLine(); MetricsHelpMarker(
|
|
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. "
|
|
"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 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"
|
|
"You can also render at multiple sizes and select which one to use at runtime.\n\n"
|