Chapter Contents |
Previous |
Next |
Form Editor: _getDataFont |
Syntax | |
Details |
Syntax |
CALL SEND (form-id, '_getDataFont', font-list-id); |
Argument | Type | Description |
---|---|---|
font-list-id |
N | specifies the identifier of an SCL list to contain the font attributes |
Details |
The _getDATA _font method always returns the default font that the form assigns to data widgets, regardless of whether you have set an alternate font for a data widget. You should not directly manipulate the contents of the font list. Instead, send the list as a whole to any method that sets fonts, for example, _setDataFont or _setLabelFont. You can use the SCL FONTSEL function to create a new font list, if desired.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.