Lines Matching full:tables
95 def expect_ttx(self, font, expected_ttx, tables): argument
97 font.saveXML(path, tables=tables)
106 def check_ttx_dump(self, font, expected_ttx, tables, suffix): argument
110 self.expect_ttx(TTFont(path), expected_ttx, tables)
120 def _run_varlib_build_test(self, designspace_name, font_name, tables, argument
145 self.expect_ttx(varfont, expected_ttx_path, tables)
146 self.check_ttx_dump(varfont, expected_ttx_path, tables, suffix)
156 tables=['GDEF', 'HVAR', 'MVAR', 'fvar', 'gvar'],
174 tables=['avar'],
194 tables=['avar'],
214 tables=['avar'],
225 tables=["fvar", "GSUB"],
237 tables=["fvar", "GSUB"],
249 tables=["fvar", "GSUB"],
261 tables=["fvar", "GSUB"],
301 tables=["fvar", "GSUB"],
318 tables=['gvar'],
342 tables = ["CFF2"]
343 self.expect_ttx(varfont, expected_ttx_path, tables)
365 tables = ["fvar", "CFF2"]
366 self.expect_ttx(varfont, expected_ttx_path, tables)
388 tables = ["fvar", "CFF2"]
389 self.expect_ttx(varfont, expected_ttx_path, tables)
411 tables = ["fvar", "CFF2"]
412 self.expect_ttx(varfont, expected_ttx_path, tables)
434 tables = ["GPOS"]
435 self.expect_ttx(varfont, expected_ttx_path, tables)
479 tables = [table_tag for table_tag in varfont.keys() if table_tag != 'head']
481 self.expect_ttx(varfont, expected_ttx_path, tables)
504 tables = [table_tag for table_tag in varfont.keys() if table_tag != "head"]
505 self.expect_ttx(varfont, expected_ttx_path, tables)
526 tables = [table_tag for table_tag in varfont.keys() if table_tag != "head"]
527 self.expect_ttx(varfont, expected_ttx_path, tables)
543 tables = [table_tag for table_tag in varfont.keys() if table_tag != "head"]
544 self.expect_ttx(varfont, expected_ttx_path, tables)
552 tables = [table_tag for table_tag in varfont.keys() if table_tag != "head"]
553 self.expect_ttx(varfont, expected_ttx_path, tables)
573 tables = [table_tag for table_tag in varfont.keys() if table_tag != "head"]
574 self.expect_ttx(varfont, expected_ttx_path, tables)
679 tables = ["VVAR"]
680 self.expect_ttx(varfont, expected_ttx_path, tables)
681 self.check_ttx_dump(varfont, expected_ttx_path, tables, suffix)
705 tables = ["BASE"]
706 self.expect_ttx(varfont, expected_ttx_path, tables)
707 self.check_ttx_dump(varfont, expected_ttx_path, tables, suffix)
713 tables=['GDEF', 'HVAR', 'MVAR', 'STAT', 'fvar', 'cvar', 'gvar', 'name'],
836 tables=["GPOS"],
849 tables=["GPOS"],
869 tables=["GPOS"],