Skip to main content
Module

x/canvas/mod.ts>ParagraphStyle

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

Properties

optional
disableHinting: boolean
optional
ellipsis: string
optional
heightMultiplier: number
optional
maxLines: number
optional
strutStyle: StrutStyle
optional
textAlign: TextAlign
optional
textDirection: TextDirection
optional
textHeightBehavior: TextHeightBehavior
optional
textStyle: TextStyle