txtIReportManager GetDefaultFontHandle

Gets the default font handle.

Syntax

txtIReportManager_handle GetDefaultFontHandle font

Application

Tcl Query

Description

This command gets the default font handle. With the default font handle, you can change different aspects of the default font in TextView.

Inputs

font
The name of the default font handle.

Example

hwi GetSessionHandle sess;
sess GetClientManagerHandle mgr TextEditor;
mgr GetDefaultFontHandle dFont;

Errors

Success (0) or an error message is returned.

Keywords

Tcl

Text Edit

Query