Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/skia_canvas/src/context2d.ts>CanvasRenderingContext2D#fillText

Fast HTML Canvas API implementation for Deno using Skia.
Go to Latest
method CanvasRenderingContext2D.prototype.fillText
import { CanvasRenderingContext2D } from "https://deno.land/x/skia_canvas@0.2.0/src/context2d.ts";

Parameters

text: string
x: number
y: number
optional
maxWidth: number