If you have a problem or need to report a bug please email : support@dsprobotics.com
There are 3 sections to this support area:
DOWNLOADS: access to product manuals, support files and drivers
HELP & INFORMATION: tutorials and example files for learning or finding pre-made modules for your projects
USER FORUMS: meet with other users and exchange ideas, you can also get help and assistance here
NEW REGISTRATIONS - please contact us if you wish to register on the forum
Users are reminded of the forum rules they sign up to which prohibits any activity that violates any laws including posting material covered by copyright
Is there a way to draw not scaled font?
5 posts
• Page 1 of 1
Is there a way to draw not scaled font?
Hi!
One simple question.
When I set font size in Ruby module like this:
font=Font.new "Arial Narrow",1.5,"normal"
and next use this font in:
v.drawString string, font,sf,[0,4,4,2],b
the font gets scaled by Windows display font size setting (if it is other then 100%).
Is there a way to make font size independent of Windows font scale parameter?
UPDATE!!! I've posted wrong information. The font doesn't scaling. It was my mistake. Sorry ))
One simple question.
When I set font size in Ruby module like this:
font=Font.new "Arial Narrow",1.5,"normal"
and next use this font in:
v.drawString string, font,sf,[0,4,4,2],b
the font gets scaled by Windows display font size setting (if it is other then 100%).
Is there a way to make font size independent of Windows font scale parameter?
UPDATE!!! I've posted wrong information. The font doesn't scaling. It was my mistake. Sorry ))
Last edited by ortseam on Wed Jan 08, 2014 9:11 pm, edited 1 time in total.
- ortseam
- Posts: 12
- Joined: Sun Dec 27, 2009 1:35 pm
Re: Is there a way to draw not scaled font?
dont know what exactly you mean but you can set string format flags and use the measureString methode, you find more information in the userguide under drawing/text, maybe one of the flags
here are the gdi+ flags which are also described in the userguide
http://msdn.microsoft.com/en-us/library/windows/desktop/ms534181(v=vs.85).aspx
here are the gdi+ flags which are also described in the userguide
http://msdn.microsoft.com/en-us/library/windows/desktop/ms534181(v=vs.85).aspx
-
Nubeat7 - Posts: 1347
- Joined: Sat Apr 14, 2012 9:59 am
- Location: Vienna
Re: Is there a way to draw not scaled font?
Thanks for the link but I've not yet found the solution there.
I'll try to explain in other words:
Windows has the setting: Control Panel > Display > Set Custom Text Size (DPI)
This setting affects the text drawn by Ruby module in FS. I'd like the text to be the same size independently of this Windows setting (like it's seen in most applications/plugins). Is it possible?
Nubeat7 wrote:dont know what exactly you mean
I'll try to explain in other words:
Windows has the setting: Control Panel > Display > Set Custom Text Size (DPI)
This setting affects the text drawn by Ruby module in FS. I'd like the text to be the same size independently of this Windows setting (like it's seen in most applications/plugins). Is it possible?
- ortseam
- Posts: 12
- Joined: Sun Dec 27, 2009 1:35 pm
Re: Is there a way to draw not scaled font?
Only way is to use a bitmap fonts.
- Tronic
- Posts: 539
- Joined: Wed Dec 21, 2011 12:59 pm
Re: Is there a way to draw not scaled font?
SORRY! I've posted wrong information. The font doesn't scaling. It was my mistake. The topic may be removed.
- ortseam
- Posts: 12
- Joined: Sun Dec 27, 2009 1:35 pm
5 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 49 guests