Here is a scenario: I added a text to the canvas. When I try to find the height of the text using property attribute current-height, it seems to be giving the height of bounding box instead of actual text height. There is space above&below the characters which is also calculated with the text height.
I want to have actual text height without the height of white space in-between the the character tip and bounding box tip.
Any suggestions will be helpful.