System.Drawing.Graphics.DrawString problem in Compact Framework

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Dear all,

i am using Compact Framework to develop a pocket pc application, i want to
draw the string vertically. in nornal framework, there is a class called
StringFormat which can be used to control the direction of the string, but
it is not in compact framework.

please go to here to view my question.

http://destiny.xfiles.to/ubbthreads/files/506583-2.jpg

Are there any method to do so?

Thanks all.
 
There is no way to do this short of using P/Invoke to create LOGFONT with
proper escapement/orientation and use unmanaged code to output text
 
Back
Top