This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
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
0049fdb39c
commit
4e4a9968a3
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
float minimumHorizontalScale =
1.
0f;
float minimumHorizontalScale = 0
.7
f;
String fallbackFont;
String fallbackFontStyle;
}
Write
Preview
Loading…
Cancel
Save