Skip to main content
Module

x/canvas/mod.ts>TextProperty

Canvas API for Deno, ported from canvaskit-wasm (Skia).
Latest
interface TextProperty
import { type TextProperty } from "https://deno.land/x/canvas@v1.4.1/mod.ts";

Named text property.

Properties

key: string

Property identifier, usually the node name.

value: TextValue

Property value.