Table of Contents

Enum CaretMovement

Namespace
SixLabors.Fonts
Assembly
SixLabors.Fonts.dll

Specifies a caret movement operation within laid-out text.

public enum CaretMovement

Fields

LineDown = 9

Move to the next visual line.

LineEnd = 5

Move to the end of the current line.

LineStart = 4

Move to the start of the current line.

LineUp = 8

Move to the previous visual line.

Next = 1

Move to the next grapheme insertion position.

NextWord = 3

Move to the next Unicode word boundary.

Previous = 0

Move to the previous grapheme insertion position.

PreviousWord = 2

Move to the previous Unicode word boundary.

TextEnd = 7

Move to the end of the laid-out text.

TextStart = 6

Move to the start of the laid-out text.