Lines Matching full:tables
83 def expect_ttx(self, font, expected_ttx, tables): argument
85 font.saveXML(path, tables=tables)
94 def check_ttx_dump(self, font, expected_ttx, tables, suffix): argument
98 self.expect_ttx(TTFont(path), expected_ttx, tables)
108 def _run_varlib_build_test(self, designspace_name, font_name, tables, argument
130 self.expect_ttx(varfont, expected_ttx_path, tables)
131 self.check_ttx_dump(varfont, expected_ttx_path, tables, suffix)
141 tables=['GDEF', 'HVAR', 'MVAR', 'fvar', 'gvar'],
159 tables=['avar'],
179 tables=['avar'],
199 tables=['avar'],
210 tables=["fvar", "GSUB"],
226 tables=['gvar'],
234 tables = ["fvar", "CFF2"]
244 self.expect_ttx(varfont, expected_ttx_path, tables)
245 self.check_ttx_dump(varfont, expected_ttx_path, tables, suffix)
289 tables = [table_tag for table_tag in varfont.keys() if table_tag != 'head']
291 self.expect_ttx(varfont, expected_ttx_path, tables)
314 tables = [table_tag for table_tag in varfont.keys() if table_tag != "head"]
315 self.expect_ttx(varfont, expected_ttx_path, tables)
335 tables = [table_tag for table_tag in varfont.keys() if table_tag != "head"]
336 self.expect_ttx(varfont, expected_ttx_path, tables)
352 tables = [table_tag for table_tag in varfont.keys() if table_tag != "head"]
353 self.expect_ttx(varfont, expected_ttx_path, tables)
361 tables = [table_tag for table_tag in varfont.keys() if table_tag != "head"]
362 self.expect_ttx(varfont, expected_ttx_path, tables)