import { type Typeface } from "https://deno.land/x/canvas@v1.3.0/src/canvaskit.ts";
See SkTypeface.h for more on this class. The objects are opaque.
Methods
getGlyphIDs(): GlyphIDArray
Retrieves the glyph ids for each code point in the provided string. Note that glyph IDs are typeface-dependent; different faces may have different ids for the same code point.