Releases: Pal3love/otRebuilder
otRebuilder: Version 1.5.6
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
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
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
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
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
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
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
andJSTF
. - 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
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
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
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.