Skip to content

A Java library for converting WOFF fonts to TTF

License

Notifications You must be signed in to change notification settings

zgpinguo/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

About

A Java library for converting WOFF fonts to TTF

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%