Abovementioned method gives a linking error, and juce_Label.cpp doesn’t have an implementation.
I figure it should go something like this:
void Label::setMinimumHorizontalScale(const float newScale)
{
minimumHorizontalScale = newScale;
repaint();
}
(Don’t rush, no grave need for this method, it’s just for completeness.)
