AutoHotkey Community

It is currently May 27th, 2012, 10:58 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 9 posts ] 
Author Message
 Post subject: Font
PostPosted: December 19th, 2004, 12:36 pm 
Offline

Joined: July 22nd, 2004, 6:33 am
Posts: 193
Location: cedar city UT
I have kinda stupid question lol
I'm trying to plant the font s10 to a editbox but for the life of me i cant fig out where it goes lol :roll: :roll: :roll:

_________________
^sleepy^


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: December 19th, 2004, 1:20 pm 
Approximately so:

Gui, Font, S14 FFFFFFF, Times New Roman
Gui, Add, Edit, , EditText
Gui, Font, S24 C0099FF, Arial
Gui, Add, Text, , Text
Gui, Show, , Test
return


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: December 19th, 2004, 6:03 pm 
Offline

Joined: July 22nd, 2004, 6:33 am
Posts: 193
Location: cedar city UT
thank you again oldbug
i was missing the FFFFFFF, Times New Roman :D

_________________
^sleepy^


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: December 20th, 2004, 4:28 am 
Offline

Joined: March 2nd, 2004, 3:36 pm
Posts: 10720
I don't think the FFFFFFF actually does anything in this case, since it doesn't appear to be a valid option. Perhaps you meant cFFFFFF, but that would make the font white, which would be invisible against a white background.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: December 20th, 2004, 5:14 am 
Offline

Joined: July 22nd, 2004, 6:33 am
Posts: 193
Location: cedar city UT
i was just looking to make the text biger in a editbox
when i use this
Gui, Font, S14 FFFFFFF, Times New Roman
the test in the buttons get big also
witch all iwould like to do is change the text size in the editbox :lol:

_________________
^sleepy^


Report this post
Top
 Profile  
Reply with quote  
 Post subject: oldbug
PostPosted: December 20th, 2004, 4:53 pm 
Offline

Joined: December 19th, 2004, 2:37 pm
Posts: 5
Can I not so understand, but every time "Gui, Font" changes font all following component?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: December 20th, 2004, 5:10 pm 
@ oldbug
where are you from ?


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: December 21st, 2004, 3:37 am 
Offline

Joined: March 2nd, 2004, 3:36 pm
Posts: 10720
sleepyy35 wrote:
when i use this
Gui, Font, S14 FFFFFFF, Times New Roman
the test in the buttons get big also
The font command affects all subsequently added controls. So to have a large font for an edit control but a normal font for buttons, you could do:
Gui, Font, s12
Gui, Add, Edit, vMyEdit r10 ; 10 rows
Gui, Font, s8
Gui, Add, Button, Default, OK


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: December 21st, 2004, 5:20 am 
Offline

Joined: July 22nd, 2004, 6:33 am
Posts: 193
Location: cedar city UT
Ok i will do that thanx chris !!

_________________
^sleepy^


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

All times are UTC [ DST ]


Who is online

Users browsing this forum: BrandonHotkey, Exabot [Bot], HotkeyStick, Yahoo [Bot] and 14 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