Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic make the Orientation of text is Vertical (Read 1463 times)
parapara
YaBB Newbies
*
Offline


susan

Posts: 20
Location: China
Joined: Apr 3rd, 2008
make the Orientation of text is Vertical
Jul 23rd, 2008 at 6:27am
Print Post  
Smiley
Hi Stoyan


My project is the Chinese,so i want to make the Orientation of text = Vertical.How do?

thank you .







  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: make the Orientation of text is Vertical
Reply #1 - Jul 24th, 2008 at 8:41am
Print Post  
Hi,

This works in ImageMap mode:

tn[0, 0].Text = "程序员";
tn[0, 0].TextFormat.FormatFlags = StringFormatFlags.DirectionVertical;

but not in applet mode. We'll have to do some research how vertical text can be drawn in Java.

Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint