Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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
```