Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
Noufal123  
#1 Posted : Sunday, July 18, 2010 5:56:05 PM(UTC)
Noufal123

Rank: Advanced Member

Groups: Member
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..
Dmitry.Obukhov  
#2 Posted : Monday, July 19, 2010 7:33:14 PM(UTC)
Dmitry.Obukhov

Rank: Advanced Member

Groups: Member
Joined: 5/29/2010(UTC)
Posts: 1,310

Thanks: 8 times
Was thanked: 111 time(s) in 111 post(s)
Hello,

Thanks for your questions.
  1. You can set text font size and style calling the context menu by right-click, and clicking Settings.
  2. The default style is Arial. The default text size is 16 pt.
  3. 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.
Users browsing this topic
Guest
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.