interface FontMgr implements EmbindObject<FontMgr>import { type FontMgr } from "https://deno.land/x/canvas@v1.3.0/src/canvaskit.ts"; See SkFontMgr.h for more details MethodscountFamilies(): numberReturn the number of font families loaded in this manager. Useful for debugging. getFamilyName(index: number): stringReturn the nth family name. Useful for debugging. makeTypefaceFromData(fontData: ArrayBuffer): TypefaceCreate a typeface for the specified bytes and return it.