BBjDrawPanel::setFont
Description
In BBj 22.10 and higher, this method sets the font to be used by BBjDrawPanel::drawText.
Syntax
| Return Value | Method |
|---|---|
|
void |
setFont(BBjFont font!) |
Parameters
| Variable | Description |
|---|---|
|
font! |
Font to be used by BBjDrawPanel::drawText. |
Return Value
None.
Remarks
Prior to BBj 22.10, use BBjWindow::setFont.
Example
|
Version History
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.