textNode line offset?

Can’t you set the y distance between lines in a textNode? I can’t find any method for that.

It’s a property of the font. Use font.setLineHeight(), or loader.loadFont(lineHeight = …).

David

OK, thanks.