Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jenskutilek/jkrfotools
Support libraries for RoboFont scripts
https://github.com/jenskutilek/jkrfotools
robofont robofont-scripts
Last synced: about 1 month ago
JSON representation
Support libraries for RoboFont scripts
- Host: GitHub
- URL: https://github.com/jenskutilek/jkrfotools
- Owner: jenskutilek
- License: mit
- Created: 2014-07-14T14:27:27.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-02-06T15:05:48.000Z (almost 7 years ago)
- Last Synced: 2023-04-05T11:16:00.599Z (over 1 year ago)
- Topics: robofont, robofont-scripts
- Language: Python
- Size: 129 KB
- Stars: 6
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
jkRFoTools
==========Support libraries for RoboFont scripts.
### Installation:
Put the contents of the `Lib` folder into your Python site packages folder, usually `/Library/Python/2.7/site-packages`, or install via Terminal using the supplied script:
sudo python setup.py install
### FontChooser.ProcessFonts
![](screenshots/processfonts.png)
`ProcessFonts` will open a font chooser window. Then a supplied function will be called with each selected font as an argument. If the function returns a result string, it will be displayed in the lower part of the window. Select rows in the result list and double-click to copy the results to the pasteboard.
See https://github.com/jenskutilek/RoboFont/blob/master/scripts/TestFontCompilation.py for a demo script which uses `ProcessFonts`.