UNPKG

fontjs

Version:

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

8 lines (7 loc) 178 B
import { BaseClass } from "./BaseClass"; export declare class FontTable extends BaseClass { /** * Returns tag for the font table */ static get tag(): number; }