Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/caryll/otfcc-cubic2quad
Turn CFF to TTF using otfcc.
https://github.com/caryll/otfcc-cubic2quad
Last synced: 3 months ago
JSON representation
Turn CFF to TTF using otfcc.
- Host: GitHub
- URL: https://github.com/caryll/otfcc-cubic2quad
- Owner: caryll
- License: apache-2.0
- Created: 2016-07-27T10:38:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-26T08:03:11.000Z (over 6 years ago)
- Last Synced: 2024-05-10T09:32:11.171Z (6 months ago)
- Language: JavaScript
- Size: 19.5 KB
- Stars: 33
- Watchers: 8
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-typography - otfcc-cubic2quad - Losslessly turn CFF OTF to TTF using otfcc. (JavaScript)
README
# otfcc-cubic2quad
Losslessly turn CFF OTF to TTF using otfcc.## Installation
```bash
npm install -g otfcc-c2q
```## Usage
```bash
otfccdump input.otf | otfcc-c2q | otfccbuild -o output.ttf
```