AutoHotkey Community

It is currently May 27th, 2012, 12:59 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 3 posts ] 
Author Message
PostPosted: January 1st, 2010, 2:54 am 
Offline

Joined: April 24th, 2009, 7:06 pm
Posts: 87
Hi Guys,
i have searched the Helpfile,
but found no solution.

Is there a way to set the size for the font of a single Edit?
I do not want to use:

Code:
gui, font, s11, Verdana


Because it affects the whole GUI.

Thanks,
Deep-Silence


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 1st, 2010, 3:32 am 
Offline

Joined: October 17th, 2006, 4:15 pm
Posts: 7502
Location: Australia
Code:
gui, font, s11, Verdana
gui, add, edit,, This control is affected.
gui, font
Loop 10
    gui, add, edit,, This control is NOT affected.
gui, show

Quote:
Omit the last two parameters to restore the font to the system's default GUI typeface, size, and color
Source: Gui, Font [, Options, FontName]


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 1st, 2010, 4:01 am 
Offline

Joined: April 24th, 2009, 7:06 pm
Posts: 87
Thanks Lexikos,

I guess i have overlooked it. (yawning)

Best Regards,
Deep-Silence


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: Google Feedfetcher, Leef_me, WillTroll, XstatyK, Yahoo [Bot] and 34 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group