Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic FC .Net's font resizing at runtime.!? (Read 1107 times)
bemorem
YaBB Newbies
*
Offline


MacPro Xeon Quad

Posts: 44
Joined: May 3rd, 2007
FC .Net's font resizing at runtime.!?
Apr 3rd, 2009 at 7:16am
Print Post  
How can I change the FC.Net's font size at runtime.

ex. font for box.text and arrow.text ...

this code is not possible...
---------------------------------------------------

flowchart1.font.size=10;   // not possible;

arrow1.text.font.size=12;   // also not possible

Thanks, in advance.
  

HW: MacPro Xeon Quad/ 4GB RAM&&OS: WinXP sp3 / .NET 3.5&&Dev: VS 2008 C# sp1&&flowchart .Net ver 4.3.x&&
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: FC .Net's font resizing at runtime.!?
Reply #1 - Apr 3rd, 2009 at 8:26am
Print Post  
Set the Font property to a new instance of the Font class.

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint