Skip to content

Releases: Pal3love/otRebuilder

otRebuilder: Version 1.5.6

28 Sep 10:58
Compare
Choose a tag to compare

Major update:

  • Converter.changeUPM(): fix the bug to avoid composite glyphs being scaled multiple times.

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.6-py2.7.egg
pip install otrebuilder-1.5.6.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.

otRebuilder: Version 1.5.5

26 Sep 10:47
Compare
Choose a tag to compare

Major update:

  • Initializer.removeHinting(): fix the bug in which composite glyphs are missing in FontCreator and efficiency improvement.

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.5-py2.7.egg
pip install otrebuilder-1.5.5.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.

otRebuilder: Version 1.5.4

10 Sep 09:50
Compare
Choose a tag to compare

Major updates:

  • Change abbreviation of "Semibold" from "DB" to "SB".
  • Rebuilder.__rebuildName(): Rewrite style-links handling for Windows legacy family.

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.4-py2.7.egg
pip install otrebuilder-1.5.4.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.

otRebuilder: Version 1.5.3

09 Sep 22:23
Compare
Choose a tag to compare

Major updates:

  • Fixer.fixName(): Win names must complete itself first.
  • Fixer.fixName(): Win->Mac must take place first because Win has more than one sections: winBMP, winSym and winFul.

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.3-py2.7.egg
pip install otrebuilder-1.5.3.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.

otRebuilder: Version 1.5.2

09 Sep 21:42
Compare
Choose a tag to compare
Pre-release

Major update:

  • Fixer.fixName(): Win->Mac must take place first because Win has more than one sections: winBMP, winSym and winFul.

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.2-py2.7.egg
pip install otrebuilder-1.5.2.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.

otRebuilder: Version 1.5.1

02 Sep 02:11
Compare
Choose a tag to compare

Major update:

  • From now the Mac nameID 1 no longer requires <= 31 characters.

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.1-py2.7.egg
pip install otrebuilder-1.5.1.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.

otRebuilder: Version 1.5.0

01 Sep 18:39
Compare
Choose a tag to compare

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.

otRebuilder: Version 1.4.11

27 Aug 21:45
Compare
Choose a tag to compare

Major updates:

  • Fix a bug that crashes when -c is specified and multilingual is also specified but [Style] section is not.
  • Synchronize with fontTools v3.15.1.

Pypi users can install through pip directly:

pip install otrebuilder

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

easy_install otrebuilder-1.4.11-py2.7.egg
pip install otrebuilder-1.4.11.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.

otRebuilder: Version 1.4.9

17 Aug 15:37
Compare
Choose a tag to compare

otRebuilder: Version 1.4.9

Major updates:

  • Emergency fix a stupid bug in fixMaxp().
  • Synchronize with fontTools v3.15.0.
  • Add fixMaxp() into Fixer class.
  • Add popular CJK regular-like-weight strings into CJK_REGULAR_WEIGHTS to support their regular-bold style links.

Pypi users can install through pip directly:

pip install otrebuilder

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

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

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

otRebuilder: Version 1.4.8

17 Aug 15:07
Compare
Choose a tag to compare
Pre-release

Major updates:

  • Synchronize with fontTools v3.15.0.
  • Add fixMaxp() into Fixer class.
  • Add popular CJK regular-like-weight strings into CJK_REGULAR_WEIGHTS to support their regular-bold style links.