Table of Contents

Enum TextHyphenation

Namespace
SixLabors.Fonts
Assembly
SixLabors.Fonts.dll

Specifies hyphenation marker behavior when text breaks at hyphenation opportunities.

public enum TextHyphenation

Fields

Custom = 2

Insert the marker specified by CustomHyphen.

None = 0

Do not insert a hyphenation marker.

Standard = 1

Insert the standard hyphenation marker.