Skip to main content
Module

x/targadactyl/deps.ts>InputGlyphIDArray

tga.js implemented in Deno
Go to Latest
type alias InputGlyphIDArray
import { type InputGlyphIDArray } from "https://deno.land/x/targadactyl@1.1.0/deps.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[]