Indicates whether the font is bold.
public bool Bold { get; }
true if the font is bold; otherwise, false.
This property is part of the Font class, which defines the styling attributes for text. When Bold is true
, the text appears with a heavier stroke weight, making it more pronounced compared to non-bold text.