Is there a way to draw not scaled font?
Posted: Wed Jan 08, 2014 10:43 am
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 ))