https://github.com/jamesits/docker-otfcc-dev
Precompiled ready-to-use otfcc environment
https://github.com/jamesits/docker-otfcc-dev
docker font otf otfcc ttf
Last synced: 2 months ago
JSON representation
Precompiled ready-to-use otfcc environment
- Host: GitHub
- URL: https://github.com/jamesits/docker-otfcc-dev
- Owner: Jamesits
- License: mit
- Created: 2017-08-23T02:34:47.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-24T03:15:19.000Z (almost 9 years ago)
- Last Synced: 2025-06-01T02:58:13.434Z (about 1 year ago)
- Topics: docker, font, otf, otfcc, ttf
- Homepage: https://hub.docker.com/r/jamesits/otfcc-dev/
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker otfcc prebuilt environment
Debian with [otfcc](https://github.com/caryll/otfcc), [otfcc-cubic2quad](https://github.com/caryll/otfcc-cubic2quad) installed.
## Usage
```shell
docker run --rm -v "$(pwd):/root" -it jamesits/otfcc-dev:latest bash
```
Preinstalled programs:
* `otfccdump`: dump font to JSON
* `otfccbuild`: build font from JSON
* `otfcc-c2q`: convert CFF OTF to TTF
* `kaigen-otf2ttf`: the script used to build [m13253/kaigen-fonts](https://github.com/m13253/kaigen-fonts)
## Caveat
System requirements:
* The programs use only one core, so go for some less-core higher-frequency CPUs
* \>12GB free RAM needed to convert SourceSanHans series (16GB is recommended)
* 3GB free disk space to store temporary files
* and a lot cups of tea to fill yourself while waiting (no, don't drink Java)