Class Font
The font model.
public class Font
- Inheritance
-
Font
- Inherited Members
Properties
Color
Gets or sets the hex color.
public string Color { get; set; }
Property Value
LineHeight
Gets or sets LineHeight.
public int LineHeight { get; set; }
Property Value
Name
Gets or sets Name.
public FontFamily? Name { get; set; }
Property Value
Size
Gets or sets Size.
public float Size { get; set; }
Property Value
Style
Gets or sets Style.
public FontStyle? Style { get; set; }