Can I change Label text vertical spacing?

Hello,
I found for Font I can change horizontal spacing and change kernel factor.
But I can’t find gow to change vertical space between lines in multiline Label text.

Can I do this with juce framework?

For any help great thanks in advance.

I think the easiest way would be using a read-only TextEditor. Another way would be drawing an AttributedString in Label::LookAndFeelMethods::drawLabel.