Adzie Guest
|
Posted: Fri Jun 20, 2008 5:03 pm Post subject: BB/HTML Style Text? |
|
|
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? |
|