Skip to content

otRebuilder: Version 1.5.0

Compare
Choose a tag to compare
@Pal3love Pal3love released this 01 Sep 18:39
· 18 commits to master since this release

Major updates:

  • Fix potential fsSelection collisions when adding style-links.
  • Split --otf2ttf into two options: --otf2ttf and --UPM , so otRebuilder now can scale UPM separately.
  • Add common OpenType layout support for UPM scaling: BASE, GPOS and JSTF.
  • Minor bug fixes.

Pypi users can install through pip directly (online):

pip install otrebuilder

Other Python users can install through the egg file or tar.gz file provided (offline):

easy_install otrebuilder-1.5.0-py2.7.egg
pip install otrebuilder-1.5.0.tar.gz

64-bit Windows users can download the Windows-x64 build without Python environment.
64-bit macOS users can also download the macOS-x64 build without Python environment.