BBjFont::getSize

Description

Returns the point size of the font.

Syntax

Return Value

Method

int

getSize()

Parameters

None.

Return Value

Returns the size of the font.

Example

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

See Also

BBjAPI

BBjSysGui

Object Variables

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