Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/deno_chart/deps.ts>SkFontMgr

A graph library for deno. Inspired by Chart.js. A simpler implementation for basic bar graphs that save to an image.
Latest
interface SkFontMgr
implements EmbindObject<SkFontMgr>
import { type SkFontMgr } from "https://deno.land/x/deno_chart@1.1.0/deps.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.