Skip to main content
Module

x/targadactyl/deps.ts>TypefaceFactory

tga.js implemented in Deno
Latest
interface TypefaceFactory
import { type TypefaceFactory } from "https://deno.land/x/targadactyl@1.2.0/deps.ts";

Methods

MakeFreeTypeFaceFromData(fontData: ArrayBuffer): Typeface | null

Create a typeface using Freetype from the specified bytes and return it. CanvasKit supports .ttf, .woff and .woff2 fonts. It returns null if the bytes cannot be decoded.