From: Red Eagle on 12 Apr 2010 20:28 I would like to set the font of a Text entry or label field based on the value which the field will contain, so it has to be set in the SCL code. Text_Field.font = ????? Seems to take a list, but what goes in the list? I am interested in the Bold, and Regular settings of whatever font. TIA.
From: montura on 13 Apr 2010 07:18 The answer is "install dependent". There is a standard set of SAS fonts and system fonts, none of which are guaranteed to be the same from one computer to the next, certainly not between operating systems. Open a frame, pop open the properties window. Select your text entry, open the property tree and select "attributes". Select font, watch for the button to appear;. The font window for that widget will display all available fonts. Setting the font dynamically is probably not going to be a one-line command.
|
Pages: 1 Prev: survival analysis: setting up longitudinal data question Next: DataStep Question |