 |
AutoHotkey Community Let's help each other out
|
| View previous topic :: View next topic |
| Author |
Message |
Gfy Guest
|
Posted: Wed Oct 31, 2007 1:58 pm Post subject: Output Character cut |
|
|
hi
I use Arial fot with Size 8
When my word start with an 'W', he is cut of at the start.
Enather Font or Size have no Problems
| Code: | Gui, Add, Text, , W normal
Gui, Font,s8
Gui, Add, Text, , W Size: 8
Gui, Font,s8 , Arial
Gui, Add, Text, , W Size: 8 Font: Arial
Gui, Show, x100 y100 h100 w200
|
|
|
| Back to top |
|
 |
Laszlo
Joined: 14 Feb 2005 Posts: 4016 Location: Pittsburgh
|
Posted: Wed Oct 31, 2007 4:17 pm Post subject: |
|
|
| The W’s show up normally, for me. Do you have non-standard DPI settings (font magnification)? It is known, that in this case the text is not always shown correctly. |
|
| Back to top |
|
 |
YMP
Joined: 23 Dec 2006 Posts: 265 Location: Russia
|
Posted: Thu Nov 01, 2007 11:32 am Post subject: |
|
|
I can confirm that the top-left corner of the third W looks cut off.
Instead of this:
| Code: |
\ /\ /
\ / \ /
\/ \/
|
I see this:
And indeed, changing the font size helps. Laszlo, if you meant HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontDPI\LogPixels , on my system it is 0x60.
However, this is not an AHK specific bug, since I could reproduce it in two text editors: AkelPad and Notepad++ (but not in Windows Notepad or WordPad). |
|
| Back to top |
|
 |
Superfraggle
Joined: 02 Nov 2004 Posts: 850 Location: London, UK
|
Posted: Thu Nov 01, 2007 4:42 pm Post subject: |
|
|
Works fine for me, and im using standard DPI. _________________ Steve F AKA Superfraggle
http://r.yuwie.com/superfraggle |
|
| Back to top |
|
 |
|
|
You can post new topics in this forum You can reply to topics in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|