Skip to main content
Module

x/canvas/types.ts>CanvasTextAlign

Canvas API for Deno, ported from canvaskit-wasm (Skia).
Go to Latest
type alias CanvasTextAlign
import { type CanvasTextAlign } from "https://deno.land/x/canvas@v1.0.0/types.ts";
definition:
| "start"
| "end"
| "left"
| "right"
| "center"