| 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 | |
| Jscript example | |
| PerlScript example | |
| Returns | Nothing. |
See also ...