|
VasoolXanatov Newbie
Joined: 23 Feb 2009 Posts: 8
|
Posted: Thu Dec 09, 2010 4:12 pm
Font sizes |
Sorry I couldn't find a topic already doing a search. My question is simple:
Is it possible to echo information to my screen that's a larger font size? I want to make echoes that are big enough to catch while the screen is scrolling by really fast during combat.
Thanks for your help! : ) |
|
|
|
Rahab Wizard
Joined: 22 Mar 2007 Posts: 2320
|
Posted: Thu Dec 09, 2010 4:56 pm |
You could use MXP tags to control font:
Code: |
#show <font calibri 16>This is in Calibri 16 point</font> |
|
|
|
|
VasoolXanatov Newbie
Joined: 23 Feb 2009 Posts: 8
|
Posted: Thu Dec 09, 2010 5:27 pm |
Beautiful, that's EXACTLY what I was hoping to accomplish! Thank you so much!
|
|
|
|
Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Thu Dec 09, 2010 6:10 pm |
And if you don't want to change the font name and just change the size, you can use:
Code: |
#show <font size="16">This is 16 point font</font> |
|
|
|
|
|
|