Enum representing the different baseline text alignments

Enumeration Members

Alphabetic: "alphabetic"

The text baseline is the normal alphabetic baseline.

Bottom: "bottom"

The text baseline is the bottom of the bounding box. This differs from the ideographic baseline in that the ideographic baseline doesn't consider descenders.

Hanging: "hanging"

The text baseline is the hanging baseline. Currently unsupported; this will act like alphabetic.

Ideographic: "ideographic"

The text baseline is the ideographic baseline; this is the bottom of the body of the characters, if the main body of characters protrudes beneath the alphabetic baseline. Currently unsupported; this will act like alphabetic.

Middle: "middle"

The text baseline is the middle of the em square.

Top: "top"

The text baseline is the top of the em square.