Skip to main content
Module

x/canvas/mod.ts>SkFontMgr

Canvas API for Deno, ported from canvaskit-wasm (Skia).
Go to Latest
interface SkFontMgr
implements EmbindObject<SkFontMgr>
import { type SkFontMgr } from "https://deno.land/x/canvas@v1.0.0/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): SkTypeface

Create a typeface for the specified bytes and return it.