Previous Page | Next Page

DATA Step Graphics Interface Dictionary

TEXHEIGHT



Specifies the character height of the text string
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

TEXHEIGHT

HTEXT= graphics options (see HTEXT)

Previous Page | Next Page | Top of Page