In GDI+????
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
How can I get Character Width in GDI+? In GDI, I used GetTextExtentExPoint(), I've got correct Displaysize - Width, Height; But in GDI+, I never found the function or other things like GetTextExtentExPoint(); My first aim is to get display text width and show caret at end of the that. In GDI, I had no problem in displaying caret at right place. Could anyone give me an answer about this? thanks in advance;(-: