nowar-fonts / otfcc-quad2cubic

A port of AFDKO’s quadratic to cubic conversion algorithm.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

otfcc-quad2cubic

How to Build

# configure
# for static stripped binary, use `-DCMAKE_EXE_LINKER_FLAGS="-static -s"`
cmake -H. -Bbuild -DCMAKE_BUILD_TYPE=Release

# then build
cmake --build build

Usage

otfccdump input.ttf | otfcc-q2c | otfccbuild -o output.otf

About

A port of AFDKO’s quadratic to cubic conversion algorithm.


Languages

Language:C++ 100.0%Language:CMake 0.0%Language:C 0.0%