Skip to content

Releases: kojiishi/east_asian_spacing

v1.4.2

12 Nov 17:16
Compare
Choose a tag to compare
  • Sort the GPOS feature table by the feature tag (#133.)
  • Update dependencies.

Full Changelog: v1.4.1...v1.4.2

v1.4.1

04 Jan 22:28
Compare
Choose a tag to compare
  • Fixes tests for ZCOOLXiaoWei-Regular.ttf

v1.4.0

04 Jan 22:18
Compare
Choose a tag to compare
  • Support narrow/halfwidth forms as the context glyphs.
  • Update dependencies.
  • Update README.

v1.3.7

28 Dec 22:42
Compare
Choose a tag to compare
  • Add --glyph-comment option, defaults to 1.
  • Fix pip install <local directory>.
  • Update README.
  • Update dependencies.

v1.3.6

05 Dec 21:55
Compare
Choose a tag to compare
  • Python 3.7.

v1.3.5

05 Dec 06:56
Compare
Choose a tag to compare
  • Python 3.10.
  • Add the ttc sub-command.
  • Update README.
  • Update dependencies.

v1.3.4

27 Aug 19:42
Compare
Choose a tag to compare
  • 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

14 Aug 03:02
Compare
Choose a tag to compare
  • Fixes for UI/P fonts.
  • Improve debug logs and debug info in glyph list files.
  • Update docs.

v1.3.2

08 Aug 01:35
Compare
Choose a tag to compare
  • 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

07 Aug 01:43
e230265
Compare
Choose a tag to compare
  • 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.