 |
AutoHotkey Community Let's help each other out
|
| View previous topic :: View next topic |
| Author |
Message |
Deep-Silence
Joined: 24 Apr 2009 Posts: 87
|
Posted: Fri Jan 01, 2010 1:54 am Post subject: How to set the Fontsize for a single edit control |
|
|
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 |
|
| Back to top |
|
 |
Lexikos
Joined: 17 Oct 2006 Posts: 7295 Location: Australia
|
Posted: Fri Jan 01, 2010 2:32 am Post subject: |
|
|
| 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 |
|
|
| Back to top |
|
 |
Deep-Silence
Joined: 24 Apr 2009 Posts: 87
|
Posted: Fri Jan 01, 2010 3:01 am Post subject: |
|
|
Thanks Lexikos,
I guess i have overlooked it. (yawning)
Best Regards,
Deep-Silence |
|
| 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
|