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 

BB/HTML Style Text?

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Wish List
View previous topic :: View next topic  
Author Message
Adzie
Guest





PostPosted: Fri Jun 20, 2008 5:03 pm    Post subject: BB/HTML Style Text? Reply with quote

I don't know if it's possible, but it would be nice to be able to have different styles of text inline, using something similar to HTML or BBCode.

For example, at the moment, as far as I know, to change the text style, you would have to do something like:
Code:

Gui, font, cBlack wBold, s15, Verdana
Gui, Add, text, w300 +center, This text is bold
Gui, font, cBlack wNorm, s12, Verdana
Gui, Add, text, w300 +center, This text is normal

Which subsequently places the two texts on different lines.

By using something similar to BB or HTML, it would be something like:
Code:
Gui, Add, text, w300 +center, <b>This text is bold</b><u>but this is underlined.</u>


Is that possible?
Back to top
HugoV



Joined: 27 May 2007
Posts: 531

PostPosted: Sun Jun 22, 2008 7:27 pm    Post subject: Reply with quote

HTMLText 1.01 - Write HTML style text to a GUI by tic
http://www.autohotkey.com/forum/topic26860.html
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Wish List 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