Returns or sets font characteristics of displayed text.
Public Property Font As Font
The Font object has the following properties:
| Property | Description |
| Name | An identifier for this font instance. |
| Size | The font size. |
| Bold | The font is bold. |
| Italic | The font is italic. |
| Underline | The font is underline. |
| Strikethrough | The font is strikethrough. |