| DATA Step Graphics Interface Dictionary |
| Operating States: | GKOP, SGOP, WSAC, WSOP |
| Return Codes: | 0, 8, 73 |
| Default Value: | 1. HTEXT= graphics option, if specified; 2. 1 unit |
| Syntax | |
| Description | |
| Argument Definitions | |
| See Also |
| Syntax |
return-code-variable=GSET('TEXHEIGHT', height);
| Description |
The GSET('TEXHEIGHT', . . . ) function sets the height for text. GSET('TEXHEIGHT', . . . ) affects text the same way as the HTEXT= graphics option.
| Argument Definitions |
| height |
numeric constant or numeric variable name; indicates height in units based on the current window system; must be greater than 0. |
| See Also |
|
HTEXT= graphics options (see HTEXT) |
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.