[]
Represents font information.
public sealed class FontInfo
| Name | Description |
|---|---|
| FontInfo(string, float) | Initializes a new instance of the FontInfo class with specified font family and size. |
| FontInfo(string, float, FontStyle, FontWeight, FontDecoration) | Initializes a new instance of the FontInfo class with specified font family, size, style, weight, and decoration. |
| FontInfo(string, float, string, string, string) | Initializes a new instance of the FontInfo class with specified font family, size, style, weight, and decoration as strings. |
| Name | Description |
|---|---|
| Decoration | Gets the font decoration. |
| Family | Gets the font family name. |
| Size | Gets the font size in points. |
| Style | Gets the font style. |
| Weight | Gets the font weight. |
| Name | Description |
|---|---|
| Equals(object) | |
| GetHashCode() | |
| ToString() |