How to calculate the additional space of a character's height and width

Joined
May 31, 2007
Messages
7
Programming Experience
1-3
Hi,
I am using TextRenderer.MeasureText() method to calculate the height and width of a character. result comes with additional space added in height (top and bottom both sides) as well as in width (left and rght both sides). How to calculate this addtional space height so that i can get the actual word height and width by substracting the additional space.

TIA
Abhinandan
 
Back
Top