FONT-TABLE system handle

(Windows only; Graphical interfaces only)

A handle to the current font table.

Note: Does not apply to SpeedScript programming.

Syntax

FONT-TABLE [ :attribute | :method ]
attribute
Specifies an attribute of the FONT-TABLE handle.
method
Specifies a method of the FONT-TABLE handle.

Attributes

Methods

Example

This code shows how to query and set the integer attribute, NUM-ENTRIES:

DEFINE VARIABLE ix AS INTEGER NO-UNDO.

ix = FONT-TABLE:NUM-ENTRIES. /* to query */
/* or */
ix = 255.
FONT-TABLE:NUM-ENTRIES = ix. /* to set */

Notes

See also

GET-KEY-VALUE statement, PUT-KEY-VALUE statement, SYSTEM-DIALOG FONT statement, USE statement