FORMATTING in ZEPHYR Messages
The new Zephyr allows you to use formatting commands inside "zwrite" messages.
The following commands are available:
@b or @bold bold type
@i or @italic italicized type
@l or @left places text flushleft
@r or @right places text flushright
@c or @center centers text
@huge produces "huge" text
@large produces large text
@medium produces medium text
@small produces small text
@beep() causes it to beep once
After giving the command, you'll need to enclose the text in delimiters. You
may use ( ), { }, [ ], or < >.
For example:
@b[This is some text]
would produce the following in bold type:
This is some text
|