FONT Mnemonic - Set SYSGUI Drawing Font

Syntax

'FONT'(0,family,size,style)

Description

The 'FONT' mnemonic selects the font to be used by the current text tool.

Parameter

Description

0

Defines the SYSGUI window drawing surface for font selection.

family

Name of the font family. To use the current font family, use an empty string (""). This allows only the size or style to be changed. On all systems, five family names behave the same everywhere. These five "portable" font family names are "fixed", "helvetica", "courier", "system", and "times" (lower case only). Any valid font family name for the GUI system in use may be used, such as "Courier New" under MS Windows, but these may not work without modification when moved to other platforms supporting Visual PRO/5.

size

Desired point size. To keep the current point size, use -1. This allows only the font family or style to be changed.

style

A bitmasked integer (passed as an integer, not as a string). The logic operator OR can be used to make a combination of valid style bits or -1 can be used to keep the same style and change only the current font family name or size. (Note that the "system" font is implicitly bold.) The valid style bits are:

Style  Bit

Bold  $01$

Italic  02$

Underline $10$

Strikeout $0200$

See Also

Mnemonics - Alphabetical Listing

Mnemonics - Group Listing