upgrade to JUCE 5.4.3. Remove (probably) unused JUCE modules. Remove VST2 target (it's been end-of-life'd by Steinberg and by JUCE)
This commit is contained in:
@ -145,7 +145,8 @@ public:
|
||||
*/
|
||||
void drawMultiLineText (const String& text,
|
||||
int startX, int baselineY,
|
||||
int maximumLineWidth) const;
|
||||
int maximumLineWidth,
|
||||
Justification justification = Justification::left) const;
|
||||
|
||||
/** Draws a line of text within a specified rectangle.
|
||||
|
||||
|
Reference in New Issue
Block a user