UNPKG

opentype.features.js

Version:

Library to list opentype fonts optional features.

18 lines (17 loc) 390 B
export default Layout; /** * @exports opentype.Layout * @class */ declare function Layout(font: any, tableName: any): void; declare class Layout { /** * @exports opentype.Layout * @class */ constructor(font: any, tableName: any); font: any; tableName: any; getTable: (create: boolean) => Object; getDefaultScriptName: () => any; }