[]
Initializes a new instance of the TextStyle class with the specified font family, font size, font style, and color.
public TextStyle(string fontFamily, Length fontSize, FontStyleEx fontStyle, Color color)
Type | Name | Description |
---|---|---|
string | fontFamily | The font family. |
Length | fontSize | The font size. |
FontStyleEx | fontStyle | The font style. |
Color | color | The color of the font. |