Skip to main content
Module

x/canvas/types.ts>GlyphIDArray

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

Regardless of the format we use internally for GlyphID (16 bit unsigned atm), we expose them as 32 bit unsigned.

definition: Uint32Array