UNPKG

truetype2gfx

Version:

Convert TTF, OTF, WOFF to Adafruit GFX header file

7 lines (6 loc) 219 B
import { FontPack } from '../core/glyphRasterizer'; export declare function toCppVariableName(str: string): string; export declare function createGFXFont(fontData: FontPack): { name: string; content: string; };