Hello. I'm wondering if there is a way to get the dimensions (height, width) of a specific character or string using a certain windows font.
So is there any way I can find out this information if I have a font name ie) Arial, and a CString ? I basically just need the ratio of the string height to the width.
I don't want to draw the text, just need this height to width ratio. Either for each character, or the whole string.
Thanks for any help or suggestions.