Tagged Questions
0
votes
3answers
317 views
How to get Words length and height, when drawing the images on a canvas in GDI+
I draw a string on a canvas, using GDI+ in C++.
Is there any API to get the out layer (width, height ) of a string in a certain font?
Thanks very much!
Many thanks to Windows programmer's solution.
I ...