Font class

Font settings

public class Font : ValueObject

Public Members

namedescription
Font(…)creates new Font instance
Bold { get; set; }Font bold
FamilyName { get; }Font family name
Italic { get; set; }Font italic
Size { get; }Font size
Underline { get; set; }Font underline

See Also