Chapter Contents |
Previous |
Next |
GET_DATA Data Vector: _setFont |
Syntax | |
Details |
Syntax |
CALL SEND (data-vector-id, '_setFont', font); |
Argument | Type | Description |
---|---|---|
font |
N | specifies the identifier of an SCL list to contain the font information. |
Details |
The _setFont method is valid if the viewer is a form editor or a table editor.
The list sent to _setFont should come from either a method call to retrieve the font from any other object that saves its font in a list format or from a call to the SCL FONTSEL function. For example, you can call _getFont on one GET_DATA data vector to save the font and then call _setFont to set that font on another GET_DATA data vector.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.