Enum TextAttributes
Provides enumeration of various text attributes.
Namespace: SixLabors.Fonts
Assembly: SixLabors.Fonts.dll
Syntax
[Flags]
public enum TextAttributesFields
| Name | Description | 
|---|---|
| None | No attributes are applied | 
| Subscript | The text set slightly below the normal line of type. | 
| Superscript | The text set slightly above the normal line of type. |