Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic about OverView (Read 2898 times)
apple
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 5
Joined: Apr 27th, 2007
about OverView
Apr 27th, 2007 at 11:57am
Print Post  
how to make the box.Text zoom when zoom the overvier?
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: about OverView
Reply #1 - Apr 27th, 2007 at 12:13pm
Print Post  
Assign to Box.Font a Font object whose Unit is set to World. E.g.

box.Font = new Font("Arial", 3, GraphicsUnit.World);

Stoyan
  
Back to top
 
IP Logged
 
apple
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 5
Joined: Apr 27th, 2007
Re: about OverView
Reply #2 - Apr 27th, 2007 at 12:28pm
Print Post  
Stoyan ,thanks for your suggestion.
but the user will change the font of a box,that 's to say: the user has 6 choices to change the Font.Unit,eg: Word,Pixel,Point,Inch,Document and World!

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


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: about OverView
Reply #3 - Apr 27th, 2007 at 12:54pm
Print Post  
You will need to convert the user-supplied font size and unit to the corresponding size in the flowchart's unit. Try this method:

http://mindfusion.org/cgi/Forum/YaBB.pl?board=fcnet_disc;action=display;num=1168...

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
apple
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 5
Joined: Apr 27th, 2007
Re: about OverView
Reply #4 - Apr 27th, 2007 at 11:21pm
Print Post  
Perfect!  Thanks!
apple
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint