Skip to content

anupthegit/WOFFToTTFJava

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#WoffConverter

This is a Java library to convert WOFF font files to TTF format. There are currently two library functions. Both accept the TTF InputStream as input. The convertToTTFByteArray method returns a byte array whereas the convertToTTFOutputStream method returns a ByteArrayOutputStream.

##Installation

Just download the jar file and add it to your classpath

##TODOs

  • Add library functions for other input and output methods
  • Add font validation