hwIPage GetTitleFontHandle

Gets a handle to an hwIFont interface for the font of the page title.

Syntax

hwIPage_handle GetTitleFontHandle iFont

Application

HyperWorks Tcl Query

Description

Windows are numbered from left to right and top to bottom, starting at 1.

Inputs

iFont
A reference to an hwlFont object.

Examples

To get a handle to the title font for the first page:
hwi GetSessionHandle mySessionName
mySessionName GetProjectHandle myProject
myProject GetPageHandle myPage 1
myPage GetTitleFontHandle myTitleFont

Error

Success (0) or an error code.
3 = HW_InvalidHandle
The handle used to invoke the method is no longer valid.