Chapter Contents |
Previous |
Next |
Form Editor: _setDataFont |
Syntax | |
Details |
Syntax |
CALL SEND (form-id, '_setDataFont', font-list-id); |
Argument | Type | Description |
---|---|---|
font-list-id |
N | specifies the identifier of an SCL list that contains the font information |
Details |
The font set is the default font for the data widget. This font may not be used if a specific font has been chosen for this data widget. The list you send to the _setDataFont method should come from either a method call to retrieve the font from an object that saves its font in a list format (for example, _getDataFont) or from the SCL FONTSEL function.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.