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