Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 831 Bytes

TODO.md

File metadata and controls

29 lines (18 loc) · 831 Bytes

TYPETR-Assistants TODO

Implement functions from old separate sources:

  • Dimensioneer002.py
  • CurvePalette003.py
  • Interpolator002.py
  • GlyphBrowser005.py
  • KerningAssistant001.py

Base layout of Assistant on AccordionView

https://robofont.com/documentation/reference/api/mojo/mojo-ui/#mojo.UI.AccordionView

KerningAssistant

KerningAssistant needs PIL and torch Install this way:

PIL

pip install --target "/Users/petr/Library/Application Support/RoboFont/Python3.9" https://files.pythonhosted.org/packages/bd/43/b6e0f0c85fd4ab7e6dea2e2e5c531c5ff40ec7b3f9ad1607e08b8cdd5a45/Pillow-10.0.1-cp38-cp38-macosx_11_0_arm64.whl

= for the pillow version for your computer from here: https://pypi.org/project/Pillow/#files

torch

pip install --target "/Users/petr/Library/Application Support/RoboFont/Python3.9" torch