Chapter Contents |
Previous |
Next |
Form Editor: _getLabelFont |
Syntax | |
Details |
Syntax |
CALL SEND (form-id, '_getLabelFont', font-list-id); |
Argument | Type | Description |
---|---|---|
font-list-id |
N | specifies the identifier of an SCL list to contain the font attributes |
Details |
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 and _setLabelFont. You can use the SCL FONTSEL function to create a new font list, if desired. The _getLabelFont method always returns the default font that the form assigns as the font for label widgets, regardless of whether you have set an alternate font for label widgets.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.