I am creating a TextLayout using createLayoutWithBalancedLineLengths(). For the AttributedString that is passed to that function I have used setLineSpacing() to set the line spacing that should be greater than the default 0.
It seems that TextLayout is completely igonring the lineSpacing value of the attributed string. Is there any special reason for this or is it just missing?
Is there a better way to create a TextLayout that uses a custom line spacing?
Hmm, looks like it's only used by the CoreText implementation. I'll have a look at how easy it is to support it in the other ones. Which OS are you using?