Skip to content

ot-builder/monorepo

Repository files navigation

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