AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Output Character cut

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
Gfy
Guest





PostPosted: Wed Oct 31, 2007 1:58 pm    Post subject: Output Character cut Reply with quote

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

PostPosted: Wed Oct 31, 2007 4:17 pm    Post subject: Reply with quote

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
View user's profile Send private message
YMP



Joined: 23 Dec 2006
Posts: 265
Location: Russia

PostPosted: Thu Nov 01, 2007 11:32 am    Post subject: Reply with quote

I can confirm that the top-left corner of the third W looks cut off.
Instead of this:
Code:

\    /\    /
 \  /  \  /
  \/    \/

I see this:
Code:

     /\    /
 \  /  \  /
  \/    \/

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
View user's profile Send private message
Superfraggle



Joined: 02 Nov 2004
Posts: 850
Location: London, UK

PostPosted: Thu Nov 01, 2007 4:42 pm    Post subject: Reply with quote

Works fine for me, and im using standard DPI.
_________________
Steve F AKA Superfraggle

http://r.yuwie.com/superfraggle
Back to top
View user's profile Send private message MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group