BBjFont::getName

Description

Returns the font family name.

Syntax

Return Value

Method

string

getName()

Parameters

None.

Return Value

Returns the font family name from the listing in BBjSysGui::makeFont.

Example

sysgui! = BBjAPI().openSysGui("X0")
font! = sysgui!.makeFont("Courier New",12,BBjFont.FONT_BOLD)
print font!.getName()

See Also

BBjAPI

BBjSysGui

Object Variables

See the BBj Object Diagram for an illustration of the relationship between BBj Objects.