Note re 'post' table

This commit is contained in:
Behdad Esfahbod 2013-07-23 10:57:56 -04:00
parent 4027dd8623
commit 4c2b6eba07

View File

@ -470,8 +470,7 @@ def subset_glyphs (self, glyphs):
@add_method(fontTools.ttLib.getTableClass('post'))
def subset_glyphs (self, glyphs):
# Drop names
# TODO Add option for this.
# TODO Drop names? How?
self.extraNames = []
return True