UNPKG

ifont

Version:

An isomorphic icon font generator with support for ligatures.

13 lines (12 loc) 371 B
export function load(icons: any): { id: string; familyName: string; subfamilyName: string; stretch: string; width: number; ascent: number; descent: number; unitsPerEm: number; }; export function cubicToQuad(segment: any, index: any, x: any, y: any, accuracy: any): any[][] | undefined; export function toSfntCoutours(svgPath: any): any[];