Font
Font class
Font settings
public class Font : ValueObject
Constructors
| Name |
Description |
| Font(string) |
creates new Font instance with default size 12 |
| Font(string, float) |
creates new Font instance |
Properties
| Name |
Description |
| Bold { get; set; } |
Font bold |
| FamilyName { get; } |
Font family name |
| Italic { get; set; } |
Font italic |
| Size { get; } |
Font size |
| Underline { get; set; } |
Font underline |
Methods
| Name |
Description |
| override Equals(object) |
Determines whether two object instances are equal. |
| virtual Equals(ValueObject) |
Determines whether two object instances are equal. |
| override GetHashCode() |
Serves as the default hash function. |
See Also