G
Guest
Please refer to my post titled "GDI TextOut - Challenging Problem
If we use DrawSting, then it will not draw the string exactly fitting into the rectangle but a few px space is appended at the end. But since I want to leave a exact space of 8px to left and right irrespective of whatever is the font type ans size, i have to go for GDI TextOut
Why is it that the GDI+ DrawString appends few px to the string and doesn't draws it exactly fitting to a rectangle? Do u think it is a bug in DrawSting method of GDI+? There is no other method which I can use to draw a strinf which will fit to my reuirements, but it is in GDI. Why is it so
What is the difference between DrawText and DrawTextEx in GDI apart for the formatting options
Please suggest
If we use DrawSting, then it will not draw the string exactly fitting into the rectangle but a few px space is appended at the end. But since I want to leave a exact space of 8px to left and right irrespective of whatever is the font type ans size, i have to go for GDI TextOut
Why is it that the GDI+ DrawString appends few px to the string and doesn't draws it exactly fitting to a rectangle? Do u think it is a bug in DrawSting method of GDI+? There is no other method which I can use to draw a strinf which will fit to my reuirements, but it is in GDI. Why is it so
What is the difference between DrawText and DrawTextEx in GDI apart for the formatting options
Please suggest