1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Added method Font::getDefaultMinimumHorizontalScaleFactor() to make it possible to change the global minimum font squashing amount.

This commit is contained in:
jules 2015-03-17 11:41:14 +00:00
parent 251a059644
commit 844d9e8d86
7 changed files with 31 additions and 8 deletions

View file

@ -29,7 +29,7 @@ Label::Label (const String& name, const String& labelText)
font (15.0f),
justification (Justification::centredLeft),
border (1, 5, 1, 5),
minimumHorizontalScale (0.7f),
minimumHorizontalScale (0.0f),
keyboardType (TextEditor::textKeyboard),
editSingleClick (false),
editDoubleClick (false),