How can I get the line spacing of NSTextView?
Asked
Active
Viewed 759 times
1 Answers
1
You have to get defaultParagraphStyle
of your NSTextView.
myTextView.defaultParagraphStyle.lineSpacing

Arnaud
- 539
- 6
- 14