TextAnchor
An enumeration with all possible text anchors.
End = 2
The rendered characters are aligned such that the end of the
text string is at the initial current text position.
Middle = 1
The rendered characters are aligned such that the middle of the
text string is at the current text position.
Start = 0
The rendered characters are aligned such that the start of the
text string is at the initial current text position