chushanjushi / sfntly

Automatically exported from code.google.com/p/sfntly
0 stars 0 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