Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Property.AlignmentBaseline

type AlignmentBaseline =
| "after-edge"
| "alphabetic"
| "auto"
| "baseline"
| "before-edge"
| "central"
| "hanging"
| "ideographic"
| "mathematical"
| "middle"
| "text-after-edge"
| "text-before-edge";

§Type

§
Globals | "after-edge" | "alphabetic" | "auto" | "baseline" | "before-edge" | "central" | "hanging" | "ideographic" | "mathematical" | "middle" | "text-after-edge" | "text-before-edge"
[src]