For a list of all members of this type, see Font members
Name | Description | |
---|---|---|
Bold | Gets a value indicating whether the font is set to bold. 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. | |
Color | Gets the color of the font. The Color property specifies the text color used when rendering the font on the screen. | |
FontStyle | Gets the style attribute (such as bold, italic and underline) applied to the font. | |
Italic | Gets a value indicating whether the font is set to italic. This property is used to determine if text styled with this font will be rendered with an italicized appearance. | |
Name | Gets the name of the font family. The Name property represents the typeface used for rendering text. | |
SizeInPoints | Gets the size of the font measured in points. This property specifies the font size. | |
Strikeout | Gets a value indicating whether the font includes a strikeout effect. The Strikeout property allows for the rendering of text with a line drawn through it. | |
Underline | Gets a value indicating whether the font is set to be underlined. |