icaoweiwei / otf2ttf

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

otf2ttf

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.

Installation

  1. Install JDK8 and Apache Maven.
  2. Download caryll/otfcc prebuilt binaries and unpacking.
  3. Build otf2ttf git clone https://github.com/icaoweiwei/otf2ttf.git && cd otf2ttf && mvn clean install.

Usage

  1. Copy target/otf2ttf.jar and build.bat to otfcc prebuilt binaries folder.
  2. Run build.bat <folder path> to convert all OTF files in folder path.

About

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.

License:Apache License 2.0


Languages

Language:Java 98.8%Language:Batchfile 1.2%