Text position options.
Static Properties
| Name | Description |
|---|---|
| NORMAL | Normal position |
| OT_DENOMINATOR | For OpenType fonts, shrinks the text but keeps text on the main text baseline. Note: Valid only for numeric characters. |
| OT_NUMERATOR | For OpenType fonts, shrinks the text but keeps the top of the characters aligned with the top of the main text. Note: Valid only for numeric characters. |
| OT_SUBSCRIPT | For OpenType fonts, uses--if available--lowered glyphs that are sized correctly relative to the surrounding characters. |
| OT_SUPERSCRIPT | For OpenType fonts, uses--if available--raised glyphs that are sized correctly relative to the surrounding characters. |
| SUBSCRIPT | Subscripts the text. |
| SUPERSCRIPT | Superscripts the text. |