googlefonts / googlefonts/compreffor
--generate-cff option is broken
Open
- Dominant language
- Python
- Stars
- 24
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
```
$ compreffor LibertinusMath-Regular.hint.otf o.otf --generate-cff
Traceback (most recent call last):
File "/env/bin/compreffor", line 10, in
sys.exit(main())
File "/env/lib/python3.7/site-packages/compreffor/__main__.py", line 119, in main
font['CFF '].cff.compile(f, None)
File "/env/lib/python3.7/site-packages/fontTools/cffLib/__init__.py", line 105, in compile
if otFont.recalcBBoxes and not isCFF2:
AttributeError: 'NoneType' object has no attribute 'recalcBBoxes'
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.