BBjSysGui::makeFont
Description
Creates a BBjFont object from the specified parameters.
Syntax
| Return Value | Method |
|---|---|
|
makeFont(string name, int size, int style) |
Parameters
| Parameter | Description | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| name |
Specifies the font name. The following are the available font families that Java provides and
are installed with BBj. There may be other fonts available depending upon the fonts that are installed on your system:
|
||||||||||||
| size | Specifies the font size. | ||||||||||||
| style |
A constant accessed from the BBjFont object.
|
Return Value
All versions of the makeFont method
return a BBjFont object.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.