[]
Font styles.
public class Font
| Name | Description |
|---|---|
| Font() | Create a Font instance. |
| Name | Description |
|---|---|
| Bold | Gets or sets a value indicating whether to make the text bold. |
| Color | Gets or sets the text color. |
| Family | Gets or sets the typeface name. |
| Italic | Gets or sets a value indicating whether to make the text italic. |
| Size | Gets or sets the font size. |
| Strikethrough | Gets or sets a value indicating whether to show strikethrough. |
| Subscript | Gets or sets a value indicating whether to make the text subscript. |
| Superscript | Gets or sets a value indicating whether to make the text superscript. |
| Underline | Gets or sets underscore setting. |