Skip to main content
Module

x/canvas/mod.ts>FontMgr

Canvas API for Deno, ported from canvaskit-wasm (Skia).
Latest
interface FontMgr
implements EmbindObject<FontMgr>
import { type FontMgr } from "https://deno.land/x/canvas@v1.4.1/mod.ts";

See SkFontMgr.h for more details

Methods

countFamilies(): number

Return the number of font families loaded in this manager. Useful for debugging.

getFamilyName(index: number): string

Return the nth family name. Useful for debugging.

MakeTypefaceFromData(fontData: ArrayBuffer): Typeface

Create a typeface for the specified bytes and return it.