DominantBaseline enumeration

DominantBaseline enumeration

Specifies the dominant baseline used for aligning text.

The DominantBaseline type exposes the following members:

Fields

FieldDescription
AUTOAutomatically determines the dominant baseline based on the font and/or the language.
TEXT_BOTTOMAligns the text to the bottom of the em square.
ALPHABETICAligns the text on the baseline used by alphabetic characters.
IDEOGRAPHICAligns the text on the baseline used by ideographic characters.
MIDDLEAligns the text in the middle of the em square.
CENTRALAligns the text in the central baseline of the em square.
MATHEMATICALAligns the text on the baseline used by mathematical characters.
HANGINGAligns the text on the hanging baseline, typically used for Tibetan or other Asian scripts.
TEXT_TOPAligns the text to the top of the em square.

See Also