Turn OTF to TTF using caryll/otfcc.
Migrate from caryll/otfcc-cubic2quad to java version, and fixed the problem that can not convert large OTF files.
- Install JDK8 and Apache Maven.
- Download caryll/otfcc prebuilt binaries and unpacking.
- Build otf2ttf
git clone https://github.com/icaoweiwei/otf2ttf.git && cd otf2ttf && mvn clean install
.
- Copy
target/otf2ttf.jar
andbuild.bat
tootfcc prebuilt binaries
folder. - Run
build.bat <folder path>
to convert all OTF files in folder path.