mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-01 03:10:06 +00:00
Reverted my typo that had changed the minimum font horizontal scale from the old default 0.7
This commit is contained in:
parent
0049fdb39c
commit
4e4a9968a3
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ namespace FontValues
|
|||
}
|
||||
|
||||
const float defaultFontHeight = 14.0f;
|
||||
float minimumHorizontalScale = 1.0f;
|
||||
float minimumHorizontalScale = 0.7f;
|
||||
String fallbackFont;
|
||||
String fallbackFontStyle;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue