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