Skip to main content
Module

x/canvas/mod.ts>ShapedLine

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

Information for a paragraph of text. See Paragraph.getShapedLines()

Properties

textRange: Range
top: number
bottom: number
baseline: number
runs: GlyphRun[]