Skip to main content
Module

x/imagemagick_deno/mod.ts>DrawableTextInterwordSpacing

Deno port of the WASM library for ImageMagick
Latest
class DrawableTextInterwordSpacing
implements IDrawable
import { DrawableTextInterwordSpacing } from "https://deno.land/x/imagemagick_deno@0.0.26/mod.ts";

Constructors

new
DrawableTextInterwordSpacing(spacing: number)

Properties

private
readonly
_spacing: number

Methods

draw(wand: IDrawingWand): void