Tagged Questions
3
votes
2answers
76 views
How to make an inner class without putting the definition of inner class to parent class?
I'll write an header file,and it's very long.Since it will be too complicated,i don't want to put inner class definition in root class.I mean how can i make a class inner without writing it in root ...
0
votes
3answers
315 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 ...