Skip to main content
Module

x/canvas/mod.ts>TextValue

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

Text property value.

Properties

text: string

The text string payload.

size: number

Font size.