PreviousNextIndex

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
method
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


OpenEdge Release 10.2B
Copyright © 2009 Progress Software Corporation
PreviousNextIndex