doodle.TextBaseline
Description:
- TextBaseline
-
See Also
- context.textBaseline [Canvas API]
Constants
- MIDDLE :string
-
Let the anchor point's vertical position be half way between the bottom and the top of the em box of the first available font of the inline box.
Returns
- string – [read-only]
- ALPHABETIC :string
-
Let the anchor point's vertical position be the alphabetic baseline of the first available font of the inline box.
Returns
- string – [read-only]
- BOTTOM :string
-
Let the anchor point's vertical position be the bottom of the em box of the first available font of the inline box.
Returns
- string – [read-only]
- HANGING :string
-
Let the anchor point's vertical position be the hanging baseline of the first available font of the inline box.
Returns
- string – [read-only]
- IDEOGRAPHIC :string
-
Let the anchor point's vertical position be the ideographic baseline of the first available font of the inline box.
Returns
- string – [read-only]
- TOP :string
-
Let the anchor point's vertical position be the top of the em box of the first available font of the inline box.
Returns
- string – [read-only]