I am trying to create a CATextLayer with a frame that is the exact size of 3 lines of text + the spacing in between this text. I know that my font size is 12.
The height of the frame should therefore be 12*3 + 2*spaceSize.
I want the number that spaceSize is equal to, I can't find it anywhere.
The font I'm using is Helvetica if that helps.