Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/canvas/src/types.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/src/types.ts";

Text property value.

Properties

text: string

The text string payload.

size: number

Font size.