Skip to main content
Module

x/canvas/types.ts>InputGlyphIDArray

Canvas API for Deno, ported from canvaskit-wasm (Skia).
Go to Latest
type alias InputGlyphIDArray
import { type InputGlyphIDArray } from "https://deno.land/x/canvas@v1.0.0/types.ts";

CanvasKit APIs accept normal arrays, typed arrays, or Malloc'd memory as glyph IDs. Length n for n glyph IDs.

definition: MallocObj | GlyphIDArray | number[]