0

How can I get the line spacing of NSTextView?

Anoop Vaidya
  • 46,283
  • 15
  • 111
  • 140

1 Answers1

1

You have to get defaultParagraphStyle of your NSTextView.

myTextView.defaultParagraphStyle.lineSpacing
Arnaud
  • 539
  • 6
  • 14