Table of Contents

Enum TextDecorationSkipInk

Namespace
SixLabors.Fonts
Assembly
SixLabors.Fonts.dll

Identifies whether underline and overline decorations are interrupted where they would otherwise cross glyph ink, mirroring the CSS text-decoration-skip-ink property. Strikethrough decorations always cross the ink regardless of this setting.

public enum TextDecorationSkipInk : byte

Fields

Auto = 0

Underlines and overlines skip over glyph ink, leaving gaps around descenders and ascenders that cross the decoration.

None = 1

Decorations are drawn continuously, crossing any glyph ink in their path.