Skip to content

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

Notifications You must be signed in to change notification settings

nowar-fonts/otfcc-quad2cubic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages