realkiller Posted May 3, 2008 Posted May 3, 2008 i got a question regarding GUICtrlCreateLabel: i wanna create a label that has magneto style and is 26 big how can i acomplisch that? Remote 3.1 BetaRemote Media Player ControlUSB Security 1.2
realkiller Posted May 3, 2008 Author Posted May 3, 2008 writing style Remote 3.1 BetaRemote Media Player ControlUSB Security 1.2
MikeP Posted May 3, 2008 Posted May 3, 2008 (edited) Oh ok.. the police I think what you're looking for is this : GUICtrlSetFontThe ControlID is returned by GUIControlSetLabel so type something like this :$label1ctrlID = GUICtrlCreateLabel (your_label_parameters)then GUICtrlSetFont($label1ctrlID, 26, .....)I'm not sure any fonts are supported though.. maybe just standard Windows ones...just try. Edited May 3, 2008 by MikeP
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now