B
Bob Morris
I am using the DrawString graphics method to print out the address lines on
a letterhead. These have to be right justified but the justification that I
achieve by any method that I have tried still gives a very ragged result.
Over 12 lines of text in 9 point Times New Roman can have some lines as much
as one em out at the right margin. I have tried justifying using
StringFormat, and also by using MeasureString and deducting the result from
the right margin to get the starting point for the Drawstring call. Both
give the same result.
Please tell me this is curable!
Bob
a letterhead. These have to be right justified but the justification that I
achieve by any method that I have tried still gives a very ragged result.
Over 12 lines of text in 9 point Times New Roman can have some lines as much
as one em out at the right margin. I have tried justifying using
StringFormat, and also by using MeasureString and deducting the result from
the right margin to get the starting point for the Drawstring call. Both
give the same result.
Please tell me this is curable!
Bob