I cannot figure out from where the evalTextSize

Hi
I have a project where I need to find the pixel positions of text in both x and y axis.
X is not an issue. The evalTextSize() method gives good results. However, when one computes the Y axis, the value is not what one would expect. Attached an example of what I mean.

I cannot figure out from where the evalTextSize() computes the height of the text, as I would expect that multiplying the value for y position by 2 would correspond to the baseline of the second line of text. This however doesn’t seem to be the case, and I have to correct the calculation with a slight additional factor. (press the ‘correct’ button in the example to see what I mean)

I don’t see a .toe, can you try uploading it again?