Releases: kojiishi/east_asian_spacing
Releases · kojiishi/east_asian_spacing
v1.4.2
- Sort the
GPOS
feature table by the feature tag (#133.)
- Update dependencies.
Full Changelog: v1.4.1...v1.4.2
v1.4.1
- Fixes tests for
ZCOOLXiaoWei-Regular.ttf
v1.4.0
- Support narrow/halfwidth forms as the context glyphs.
- Update dependencies.
- Update README.
v1.3.7
- Add
--glyph-comment
option, defaults to 1.
- Fix
pip install <local directory>
.
- Update README.
- Update dependencies.
v1.3.5
- Python 3.10.
- Add the
ttc
sub-command.
- Update README.
- Update dependencies.
v1.3.4
- Use the name ID 16 for
Config.for_font_name
if it exists. Otherwise fallback to the name ID 1.
- Add
scripts/splitttc.py
for testing.
- Update dependencies.
v1.3.3
- Fixes for UI/P fonts.
- Improve debug logs and debug info in glyph list files.
- Update docs.
v1.3.2
- Add
Builder.build_and_save
.
- Add a test for saving to the same file.
- Add
debug
argument to init_logging
.
- Add
--debug
option to the CLI.
- Update dependencies.
- Update README.
v1.3.1
- Make the logic to compute fullwidth advance configurable by
Config
.
- Change its default to compute from some fullwidth punctuation characters.
- Add
--em
option to set it from the command line.
- Change diff-ref to ignore
ttlibVersion
.
- Fix
assert font.font_index is not None
when TTC has no changes.
- Update dependencies.
- Update README.