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:
parent
251a059644
commit
844d9e8d86
7 changed files with 31 additions and 8 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue