Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Pomax/simple-cff-builder
A simple CFF builder with global subroutines and human readable charstring input for generating test fonts.
https://github.com/Pomax/simple-cff-builder
Last synced: 3 months ago
JSON representation
A simple CFF builder with global subroutines and human readable charstring input for generating test fonts.
- Host: GitHub
- URL: https://github.com/Pomax/simple-cff-builder
- Owner: Pomax
- Created: 2015-11-17T11:32:03.000Z (almost 9 years ago)
- Default Branch: gh-pages
- Last Pushed: 2016-02-19T17:38:39.000Z (over 8 years ago)
- Last Synced: 2024-05-10T08:31:55.494Z (6 months ago)
- Language: JavaScript
- Size: 116 KB
- Stars: 3
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-typography - simple-cff-builder - Simple CFF builder for testing fonts with different Type2 charstrings. (JavaScript)
README
A simple CFF builder for testing fonts with different Type2 charstrings.
If you just want to "make some fonts", no build tools are necessary.
Simply:1. clone this repo.
2. Load the `index.html` in the browser through a server (python -m SimpleServer,
node's http-server or live-server, etc. etc.)
3. modify the `subroutines/program.default` file to give it the charstring you want, and
4. reload the page in your browser.To download your font, simply click the "download this font as OTF file." link
underneath the GSUB table section, and done.- Pomax