0

How I can know what is the size between two lines? I'm using CoreText API.

ZeLegolas
  • 1
  • 1
  • possible duplicate of [How does line spacing work in Core Text? (and why is it different from NSLayoutManager?)](http://stackoverflow.com/questions/5511830/how-does-line-spacing-work-in-core-text-and-why-is-it-different-from-nslayoutm) – mohsenr May 17 '12 at 20:45
  • Have a look at http://stackoverflow.com/questions/5511830/how-does-line-spacing-work-in-core-text-and-why-is-it-different-from-nslayoutm. – mohsenr May 17 '12 at 20:46

1 Answers1

2

Try CTFontGetLeading(aCTFont).

cxa
  • 4,238
  • 26
  • 40