UNPKG

opentype.features.js

Version:

Library to list opentype fonts optional features.

24 lines (23 loc) 503 B
export default Position; /** * @exports opentype.Position * @class * @extends opentype.Layout * @param {opentype.Font} * @constructor */ declare function Position(font: any): void; declare class Position { /** * @exports opentype.Position * @class * @extends opentype.Layout * @param {opentype.Font} * @constructor */ constructor(font: any); /** * Init some data for faster and easier access later. */ init(): void; }