Graphics.MeasureString - string with space at the end problem.
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hi. I'm trying to measure one line string with the space character at the end. For example "Testing string ". The problem is that the size that I get is the same size measured without the space at the end. Anybody knows how to make MeasureString() take the space character at the end into consideration?
-
Hi. I'm trying to measure one line string with the space character at the end. For example "Testing string ". The problem is that the size that I get is the same size measured without the space at the end. Anybody knows how to make MeasureString() take the space character at the end into consideration?