Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
class DrawableText
implements IDrawable
import { DrawableText } from "https://deno.land/x/frugal@0.9.0/doc/dep/imagemagick_deno.ts";

Constructors

new
DrawableText(
x: number,
y: number,
value: string,
)

Properties

private
readonly
_value: string
private
readonly
_x: number
private
readonly
_y: number