Skip to content

ytxmobile98/woff-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains the source code for the WOFF tools. It provides two executables:

  • sfnt2woff: Converts TTF/OTF font files to WOFF format.
  • woff2sfnt: Converts WOFF files to TTF/OTF format.

Building

Run make to build the two executables.

Clean up

Run make clean to remove the executables and object files.