Browse Source

Reverted my typo that had changed the minimum font horizontal scale from the old default 0.7

tags/2021-05-28
jules 10 years ago
parent
commit
4e4a9968a3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/juce_graphics/fonts/juce_Font.cpp

+ 1
- 1
modules/juce_graphics/fonts/juce_Font.cpp View File

@@ -30,7 +30,7 @@ namespace FontValues
} }
const float defaultFontHeight = 14.0f; const float defaultFontHeight = 14.0f;
float minimumHorizontalScale = 1.0f;
float minimumHorizontalScale = 0.7f;
String fallbackFont; String fallbackFont;
String fallbackFontStyle; String fallbackFontStyle;
} }


Loading…
Cancel
Save