Enum FontStyling
Specifies style information applied to text.
Namespace: NFX.Graphics
Assembly: NFX.dll
Syntax
[Flags]
public enum FontStyling
  Fields
| Name | Description | 
|---|---|
| Bold | Bold text.  | 
      
| Italic | Italic text.  | 
      
| Regular | Normal text.  | 
      
| Strikeout | Text with a line through the middle.  | 
      
| Underline | Underlined text.  |