Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 817 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 817 Bytes

ot-builder : A Font Library

GitHub Workflow Status npm GitHub issues GitHub pull requests License

ot-builder is a TypeScript library that manipulates OpenType fonts.

Currently ot-builder supports:

  • TrueType and Postscript glyph geometry and hinting;
  • OpenType layout (GSUBGPOS, etc.);
  • First-class variation;
  • Font-level glyph mappers and coordinate mappers.

Building

npm run boot
npm run build

Testing

npm test

License

MIT