Table of Contents

Enum TextEllipsis

Namespace
SixLabors.Fonts
Assembly
SixLabors.Fonts.dll

Specifies ellipsis behavior when laid-out text is limited to a maximum number of lines.

public enum TextEllipsis

Fields

Custom = 2

Insert the marker specified by CustomEllipsis.

None = 0

Do not insert an ellipsis marker.

Standard = 1

Insert the standard ellipsis marker.