Enum TextDecorations
Provides enumeration of various text decorations.
Namespace: SixLabors.Fonts
Assembly: SixLabors.Fonts.dll
Syntax
[Flags]
public enum TextDecorationsFields
| Name | Description | 
|---|---|
| None | No attributes are applied | 
| Overline | The text contains a horizontal line above it | 
| Strikeout | The text contains a horizontal line through the center. | 
| Underline | The text is underlined |