UNPKG

truetype2gfx

Version:

Convert TTF, OTF, WOFF to Adafruit GFX header file

3 lines (2 loc) 170 B
import { FontPack } from '../core/glyphRasterizer'; export declare function createFontPack(font: opentype.Font, glyphs: opentype.Glyph[], pixelHeight: number): FontPack;