Does get text size return only height and width of the text or does it include the padding as well.
Anybody know.
Texas Pete
GetTextSize returns the exact width of the text you supply as if you printed it to the window. It uses the API function GetTextExtentPoint32 to do the work if you are interested.
Paul.
Thank you paul,
I believe that would be without padding. I will look at the api you referenced.
Thank you
Texas Pete