ConsoleWindow.CurrentFontType Property

Top 

Description

Determine whether to use a fixed or variable width font.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Attributes

Type:

integer

Access:

read/write

Default Value:

0 ( Variable Width )

Valid Values:

Value

Label

0

Variable Width

1

Fixed Width

 

Syntax

myVariable1 = myConsoleWindow1.CurrentFontType;

 

myConsoleWindow1.CurrentFontType = myVariable1;

 

See also

ConsoleWindow Object

ConsoleWindow Guide