![]() Chapter Contents |
![]() Previous |
![]() Next |
| Image Icon: _setFont |
| Syntax | |
| Details | |
| Example |
Syntax |
| CALL NOTIFY (icon-name, '_setFont', font-list-id); |
| Argument | Type | Description |
|---|---|---|
| font-list-id |
N | the identifier of an SCL list created by the FONTSEL function and containing font information |
| Details |
You can obtain a font list id by using the FONTSEL function to create a font list.
| Example |
This example uses the FONTSEL function to invoke the Font Selector dialog and then assigns the selected font to the image icon:
fontlist = makelist();
rc = fontsel(fontlist, 'Y');
call notify('imgicon', '_setFont',
fontlist);
rc = dellist(fontlist);
![]() Chapter Contents |
![]() Previous |
![]() Next |
![]() Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.