Skip to main content
Go to Latest
class DrawableText
implements IDrawable
import { DrawableText } from "https://deno.land/x/imagemagick_deno@0.0.19/mod.ts";

Constructors

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

Properties

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

Methods

draw(wand: IDrawingWand): void