| 
Rank: Advanced Member
 Groups: Guest
Joined: 3/29/2010(UTC)
 Posts: 81
 
 Thanks: 10 times
 | 
            
	      
                             Hello, I am doing project in c# with aurigma graphic mills(windows application), How can i set text font size and  style in multilayer image editor? what are default style and size of font ? Actually i have seen your Multilayer sample code,in this, text is in comfortable font style and size. but in my application, text  size is comparatively smaller than your application with same size...  pls help me quick.. | 
	
    | 
             | 
            
         | 
    |  | 
        
        
        
         
		   
        
            
            
	
    | 
Rank: Advanced Member
 Groups: Guest
Joined: 5/29/2010(UTC)
 Posts: 1,310
 
 Thanks: 8 timesWas thanked: 111 time(s) in 111 post(s)
 
 | 
            
	      
                Hello, Thanks for your questions. You can set text font size and style calling the context menu by right-click, and clicking Settings. The default style is Arial. The default text size is 16 pt.You are able to change the text size and style, using: Code:
Aurigma.GraphicsMill.WinControls.TextVObject text = new Aurigma.GraphicsMill.WinControls.TextVObject();
System.Drawing.Font font1 = new System.Drawing.Font("Arial", 12);
text.Font = font1;
 You can read more information in the Font Class  article of the Graphics Mill documentation. If you have any questions please feel free to let me know. Edited by user Monday, July 19, 2010 7:33:56 PM(UTC)
 | Reason: Not specified | 
| Best regards, Dmitry Obukhov
 Technical Support. Aurigma, Inc.
 | 
	
    | 
             | 
            
         | 
    |  | 
        
        
        
    
    
        Forum Jump
         
    
    You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.