Table of Contents

Enum TextDecorations

Namespace
SixLabors.Fonts
Assembly
SixLabors.Fonts.dll

Provides enumeration of various text decorations.

[Flags]
public enum TextDecorations

Fields

None = 0

No attributes are applied

Overline = 4

The text contains a horizontal line above it

Strikeout = 2

The text contains a horizontal line through the center.

Underline = 1

The text is underlined