Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Overview/zoom arrow text size (Read 1733 times)
feugen24
YaBB Newbies
*
Offline



Posts: 27
Joined: Sep 22nd, 2006
Overview/zoom arrow text size
Feb 15th, 2007 at 8:33am
Print Post  
Hi,

If I have some arrows with text on them and I want to zoom out on flowchart or use overview, the text remains the same size. At zoom I could parse all arrows in graf and change text font but I think it would be very slow. At overview I don't have any ideea.

Any solutions?

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


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Overview/zoom arrow text size
Reply #1 - Feb 15th, 2007 at 10:02am
Print Post  
Hi,

Assign to the Font property of arrows a Font object whose Unit is World, or set the FlowChart.Font before creating the arrows.

fc.Font = new Font("Arial", 3.5, GraphicsUnit.World);

Stoyan
  
Back to top
 
IP Logged
 
feugen24
YaBB Newbies
*
Offline



Posts: 27
Joined: Sep 22nd, 2006
Re: Overview/zoom arrow text size
Reply #2 - Feb 15th, 2007 at 10:39am
Print Post  
It works . Thanks.
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint