Chapter Contents

Previous

Next
Form Editor: _setLabelFont

Form Editor: _setLabelFont



Sets the default font for the label widget


Syntax
Details

Syntax

CALL SEND (form-id, '_setLabelFont', 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 label widget. This font may not be used if a specific font has been chosen for this label widget. The list you send to the _setLabelFont 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.