Skip to main content
Module

x/canvas/mod.ts>FontBlock

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

Input to ShapeText(..., FontBlock[], ...);

Properties

length: number
typeface: Typeface
size: number
fakeBold: boolean
fakeItalic: boolean