UNPKG

opentype.features.js

Version:

Library to list opentype fonts optional features.

12 lines (11 loc) 311 B
declare namespace _default { export { parseCmapTable as parse }; export { makeCmapTable as make }; } export default _default; declare function parseCmapTable(data: any, start: any): { version: any; numTables: any; format: any; }; declare function makeCmapTable(glyphs: any): any;