getFont()
Return the label's Font.
Parameters
Once an object label has been created, you can use the following function:
label.getFont()
Returns
return font
| Value | Type | Description |
|---|---|---|
| font | Font |
The label's font, or None if it uses the default font. |