Previous Page
|
Next Page
TEXHEIGHT
Specifies the character height of the text string
Operating state:
GKOP, SGOP, WSAC, WSOP
Default:
1. HTEXT= graphics option, if specified; 2. 1 unit
Syntax
Details
Syntax
return-code-variable
=GSET('TEXHEIGHT',
height
);
Required Argument
height
numeric constant or numeric variable name; indicates height in units based on the current window system; must be greater than 0.
Return Codes
This function returns:
0, 8, or 73. See
Return Codes for DSGI Routines and Functions
.
Details
The GSET('TEXHEIGHT', . . . ) function sets the height for text. GSET('TEXHEIGHT', . . . ) affects text the same way as the HTEXT= graphics option.
Copyright © SAS Institute Inc. All rights reserved.
Previous Page
|
Next Page
|
Top of Page