Skip to content

Jamesits/docker-otfcc-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Docker otfcc prebuilt environment

Debian with otfcc, otfcc-cubic2quad installed.

Usage

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

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)