[]
Defines a format for text, including font face, size, and style attributes.
public class Font
| Name | Description |
|---|---|
| Font(RtfFontStyle, double, byte[]) | Initializes a new instance of a Font object. |
| Font(RtfFontStyle, double, string) | Initializes a new instance of a Font object. |
| Font(string, double) | Initializes a new instance of a Font object. |
| Font(string, double, RtfFontStyle) | Initializes a new instance of a Font object. |
| Name | Description |
|---|---|
| Bold | Gets a value that determines whether this font is bold. |
| FontFamily | Gets the font family. |
| GdiCharSet | Gets or sets charset code for this font. |
| GdiVerticalFont | Gets or sets vertical font flag for this font. |
| Italic | Gets a value that determines whether this font is italic. |
| Name | Gets the font name. |
| Size | Gets the font size in points. |
| Strikeout | Gets a value that determines whether this font has a horizontal line through it. |
| Style | Gets the font style attributes. |
| Underline | Gets a value that determines whether this font is underlined. |