views:

93

answers:

1

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

+1  A: 

Try CTFontGetLeading(aCTFont).

xan