1
0
Fork 0
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:
jules 2015-03-19 15:40:48 +00:00
parent 0049fdb39c
commit 4e4a9968a3

View file

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