Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kateliev/fontrig
Assorted tools for manipulating fonts
https://github.com/kateliev/fontrig
command-line font fontrig fonts fonttools kateliev python python3 tools
Last synced: 23 days ago
JSON representation
Assorted tools for manipulating fonts
- Host: GitHub
- URL: https://github.com/kateliev/fontrig
- Owner: kateliev
- License: mit
- Created: 2021-01-30T09:37:53.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-21T21:22:35.000Z (10 months ago)
- Last Synced: 2024-12-30T18:41:21.492Z (about 1 month ago)
- Topics: command-line, font, fontrig, fonts, fonttools, kateliev, python, python3, tools
- Language: Python
- Homepage:
- Size: 52.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FontRig
An collection of assorted tools for manipulating fonts.## Command line tools
### Python
[FR-MOD-V-METRICS](./doc/fr-mod-v-metrics.md) A command line tool for modifying the vertical font metrics of one or multiple font files (*.otf, *.ttf). Example: `python.exe fr-mod-v-metrics.py *.ttf -m .\new-v-metrics.json -o .\new-metrics`## GUI Tools
### Python
**fr-kern-job-composer** A Gui tool for managing DTL kern class files (*.cla) as well as UFO kern groups (*.plist) for composing lists of pairs to be kerned (*.krn) using DTL KernMaster.