Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 553 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 553 Bytes

#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