Hi!
TextEditor::setJustification() method does not work for vertical justification.
juce::Justification::centred does not align text centred vertically.
juce::Justification::leftCentred does not align text centred vertically.
juce::Justification::verticallyCentred does not align text centred vertically.
Why?
P.S. I use custom Font: JuraLight
UPDATE: Moreover, TextEditor::setJustification() does not affect TextEditor::setTextToShowWhenEmpty() in any way…
