UNPKG

fontjs

Version:

FontJS (Font.js) is a packages for TrueType font parsing and manipulation

9 lines (8 loc) 259 B
import { SimpleGlyph } from "./SimpleGlyph"; /** * Return a simplified version of "missingGlyph" from "TimesNewRoman" font * * @return {SimpleGlyph} */ export declare function missingGlyph(): SimpleGlyph; export declare function nullGlyph(): SimpleGlyph;