Class FontStyleExtensions
Extension methods for type FontStyle.
public static class FontStyleExtensions
  - Inheritance
 - 
      objectFontStyleExtensions
 
Methods
IsBold(FontStyle)
Indicate if the style is bold (partially bold).
public static bool IsBold(this FontStyle style)
  Parameters
styleFontStylethe 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
styleFontStylethe style
Returns
- bool
 true if italic, false otherwise