poITextAttribute SetHeight

Sets the text height in pixels.

Syntax

poITextAttribute_handle SetHeight pixels

Application

HyperView Tcl Modify

Description

This command sets the text height in pixels.

Inputs

pixels
The vertical size in pixels as a string.

Example

To increase the font size of an existing attribute:
hwi GetSessionHandle mySessionName
mySessionName GetProjectHandle myProjectName
myProjectName GetPageHandle myPageName 1
myPageName GetWindowHandle myWinName 1
myWinName GetClientHandle myClientName
myClientName GetLegendHandle myLegendName 1
myLegendName GetHeaderAttributeHandle myAttrName
myAttrName SetHeight 75

Errors

Returns 0 if successful, otherwise an error code.