Anchor position used to align rendered MText/Text relative to its insertion point.

Values 1-9 mirror the DXF MText attachment point (group code 71). Values 10-12 are extensions used by AutoCAD TEXT/ATTRIB entities whose vertical alignment is the typographic baseline (DXF group 73 = 0). The baseline sits slightly above the bbox bottom by the descender height; for SHX fonts the descender is negligible, so renderers may treat Baseline* and Bottom* identically as a first approximation.

Enumeration Members

BaselineCenter: 11

Baseline-center point.

BaselineLeft: 10

Baseline-left point (for DXF TEXT/ATTRIB with valign=BASELINE).

BaselineRight: 12

Baseline-right point.

BottomCenter: 8
BottomLeft: 7
BottomRight: 9
MiddleCenter: 5
MiddleLeft: 4
MiddleRight: 6
TopCenter: 2
TopLeft: 1
TopRight: 3