Constructor TextAndFontStyle
TextAndFontStyle(string)
Initializes a new instance of the TextAndFontStyle struct with the specified text.
public TextAndFontStyle(string text)Parameters
- textstring
- Text string. 
TextAndFontStyle(string, FontStyle)
Initializes a new instance of the TextAndFontStyle struct with the specified text and font style.
public TextAndFontStyle(string text, FontStyle style)