[]
Describes font and layout options for drawing text.
public class TextFormatInfo
public TextFormatInfo()
Gets or sets the top-level font weight for the content of the element.
public bool Bold { get; set; }
True if font weight is bold (700). Otherwise, font weight is normal or regular (400).
Gets or sets a family of related fonts.
public string FontFamily { get; set; }
Gets or sets the desired font size to use in points.
public double FontSize { get; set; }
Gets or sets the font style for the content of the element.
public bool Italic { get; set; }
True if font style is italic. Otherwise, font style is normal.