Skip to content

Version 2.7.1

Latest
Compare
Choose a tag to compare
@mattlag mattlag released this 19 Mar 23:45
· 5 commits to main since this release

New features

  • Merge Path Points now works with more than just 2 points. Please note, this is still optimized for points that are very close together.
  • New feature that automatically adds a Right Side Bearing value (updates the Advance Width) for the first shape that is added to a glyph. There is a setting where this can be customized or turned off.

Bug fixes

  • Fixed the 'near zero' quality check, which was triggering at zero when it shouldn't have.
  • Character Range counts now update more reliably.
  • Improved the canvas so it wouldn't have a flash of shapes drawn at the default view.
  • Fixed an Import OTF bug, related to how OpenType.js was converting postscript to svg paths.
  • In OTF files, glyph entries that are mapped to multiple characters are now imported to all the appropriate characters in Glyphr Studio.

Quality improvements

  • Menus now behave more like menus in other programs. They will stay open until they lose focus. Previously, menus would close when the mouse left them.
  • Big review and additional code updates based on linting rules.