psautohint icon indicating copy to clipboard operation
psautohint copied to clipboard

A standalone version of AFDKO’s autohinter

Results 32 psautohint issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Open These updates have all been created already. Click a checkbox below to...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | Type | Update | |---|---|---|---|---|---|---|---| | [fonttools](https://togithub.com/fonttools/fonttools) | `==4.37.4`...

This morning I found out that `psstemhist` does not support hyphenated glyph names. I thought to myself – well, I’ll just use GIDs then! Also no longer supported. 😩 `psstemhist...

Hi `adobe-type-tools/psautohint`! This is a one-off automatically generated pull request from LGTM.com :robot:. You might have heard that we’ve integrated LGTM’s underlying CodeQL analysis engine natively into GitHub. The result...

blue values or V/H stem list could be empty https://github.com/adobe-type-tools/psautohint/blob/master/python/psautohint/otfFont.py#L1015 ```traceback ... python3.7/psautohint/otfFont.py", line 1015, in flattenBlends IndexError: list index out of range ```

While attempting to [sync dependencies](https://github.com/adobe-type-tools/psautohint/pull/386) between `dev-requirements.txt` and `setup.py`, I re-introduced `pytest-randomly` which was listed in `setup.py` but not in `dev-requirements.txt`. When running the test suite in CI, some test...

bug
dependencies

Hi, Tom from Codecov here. I noticed that you were using Codecov but weren't actually getting any notifications on pull requests. I figured it would be useful to get some...

Open the VF in https://download.gnome.org/sources/cantarell-fonts/0.301/cantarell-fonts-0.301.tar.xz in Fontbook and see that various glyphs like "p" won't display. It works if you leave out the autohinting. Source repo: https://gitlab.gnome.org/GNOME/cantarell-fonts For testing, you...

high priority

In autohint.py, [`hint_compatible_glyphs`](https://github.com/adobe-type-tools/psautohint/blob/c048b63637b32d022443fd8b4f109da6fc2967dd/python/psautohint/autohint.py#L617) currently uses a hack to deal with sparse masters. The root cause is that the C implementation (`_psautohint.autohintmm`) does not support sparse masters. The current workaround works...

enhancement
help wanted