System.Drawing.Graphics.DrawString problem in Compact Framework

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.
 
A

Alex Feinman [MVP]

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top