Hallo,
i want to draw a justified text in GDI+.
When this text is underlined I have a problem, with the DrawString method:
- If you give to this method a string with a whitespace and the format underlined, it draws nothing, because the space has no width.
- If you have a justified text the maybe spaces are wider than normal.
I found no solution to draw a underlined space with a special width.
Thanks for your help.