Class FontStyleExtensions
Extension methods for type FontStyle.
public static class FontStyleExtensions
- Inheritance
-
FontStyleExtensions
Methods
IsBold(FontStyle)
Indicate if the style is bold (partially bold).
public static bool IsBold(this FontStyle style)
Parameters
style
FontStylethe style
Returns
- bool
true if bold, false otherwise
IsItalic(FontStyle)
Indicate if the style is italic (partially italic).
public static bool IsItalic(this FontStyle style)
Parameters
style
FontStylethe style
Returns
- bool
true if italic, false otherwise