soimort / sfntwari

Strip TrueType fonts and convert to WOFF for use in web pages
Apache License 2.0
2 stars 2 forks source link

Remove Font.Builder Table builder factory method #14

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Remove the Font.Builder.newTableBuilder() factory methods. Ensure that every 
concrete Table.Builder subclass has appropriate Factory methods.

This will clean up the code and remove unnecessary generic-ness and unsafe 
conversions.

Original issue reported on code.google.com by stua...@google.com on 25 Jan 2012 at 2:19