Lines Matching full:tables
94 def expect_ttx(self, font, expected_ttx, tables): argument
96 font.saveXML(path, tables=tables)
105 def check_ttx_dump(self, font, expected_ttx, tables, suffix): argument
109 self.expect_ttx(TTFont(path), expected_ttx, tables)
119 def _run_varlib_build_test(self, designspace_name, font_name, tables, argument
144 self.expect_ttx(varfont, expected_ttx_path, tables)
145 self.check_ttx_dump(varfont, expected_ttx_path, tables, suffix)
155 tables=['GDEF', 'HVAR', 'MVAR', 'fvar', 'gvar'],
173 tables=['avar'],
193 tables=['avar'],
213 tables=['avar'],
224 tables=["fvar", "GSUB"],
236 tables=["fvar", "GSUB"],
248 tables=["fvar", "GSUB"],
260 tables=["fvar", "GSUB"],
300 tables=["fvar", "GSUB"],
317 tables=['gvar'],
341 tables = ["CFF2"]
342 self.expect_ttx(varfont, expected_ttx_path, tables)
364 tables = ["fvar", "CFF2"]
365 self.expect_ttx(varfont, expected_ttx_path, tables)
387 tables = ["fvar", "CFF2"]
388 self.expect_ttx(varfont, expected_ttx_path, tables)
410 tables = ["fvar", "CFF2"]
411 self.expect_ttx(varfont, expected_ttx_path, tables)
433 tables = ["GPOS"]
434 self.expect_ttx(varfont, expected_ttx_path, tables)
478 tables = [table_tag for table_tag in varfont.keys() if table_tag != 'head']
480 self.expect_ttx(varfont, expected_ttx_path, tables)
503 tables = [table_tag for table_tag in varfont.keys() if table_tag != "head"]
504 self.expect_ttx(varfont, expected_ttx_path, tables)
525 tables = [table_tag for table_tag in varfont.keys() if table_tag != "head"]
526 self.expect_ttx(varfont, expected_ttx_path, tables)
542 tables = [table_tag for table_tag in varfont.keys() if table_tag != "head"]
543 self.expect_ttx(varfont, expected_ttx_path, tables)
551 tables = [table_tag for table_tag in varfont.keys() if table_tag != "head"]
552 self.expect_ttx(varfont, expected_ttx_path, tables)
572 tables = [table_tag for table_tag in varfont.keys() if table_tag != "head"]
573 self.expect_ttx(varfont, expected_ttx_path, tables)
678 tables = ["VVAR"]
679 self.expect_ttx(varfont, expected_ttx_path, tables)
680 self.check_ttx_dump(varfont, expected_ttx_path, tables, suffix)
704 tables = ["BASE"]
705 self.expect_ttx(varfont, expected_ttx_path, tables)
706 self.check_ttx_dump(varfont, expected_ttx_path, tables, suffix)
712 tables=['GDEF', 'HVAR', 'MVAR', 'STAT', 'fvar', 'cvar', 'gvar', 'name'],
835 tables=["GPOS"],
848 tables=["GPOS"],
868 tables=["GPOS"],