Name SetOutputFont
Type Method
Summary Sets the font for the output window.
Prototype void SetOutputFont(BSTR FontName, short PointSize);
Description Use this to change the output font. The *entire* window font changes, you cannot change individual lines or words.

Also see SetInputFont.
VBscript example
World.SetOutputFont "Lucida Console", 9
Jscript example
world.SetOutputFont("Lucida Console", 9);
PerlScript example
$world->SetOutputFont("Lucida Console", 9);
Returns Nothing.

See also ...