I'd like to print some text at an angle. I was able to get
Graphics.Rotate Transform() to work but rotating the entire mapping area
makes positioning the text a nightmare.
I'd like to instead change the underlying LOGFONT escapement.
But for reasons I don't understand, the only examples I can find of this are
for the .NET Compact Framework (for example,
http://msdn2.microsoft.com/en-us/library/ms404359.aspx).
Can anyone provide a .NET newbie with an example of changing the font
escapement? And if the solution requires Microsoft.Windo wsCE, could they
please explain why, when I'm not currently developing for CE?
Thanks for any advice.
--
Jonathan Wood
SoftCircuits Programming
Graphics.Rotate Transform() to work but rotating the entire mapping area
makes positioning the text a nightmare.
I'd like to instead change the underlying LOGFONT escapement.
But for reasons I don't understand, the only examples I can find of this are
for the .NET Compact Framework (for example,
http://msdn2.microsoft.com/en-us/library/ms404359.aspx).
Can anyone provide a .NET newbie with an example of changing the font
escapement? And if the solution requires Microsoft.Windo wsCE, could they
please explain why, when I'm not currently developing for CE?
Thanks for any advice.
--
Jonathan Wood
SoftCircuits Programming
Comment