Lines Matching full:tables
72 def expect_ttx(self, font, expected_ttx, tables): argument
74 font.saveXML(path, tables=tables)
83 def check_ttx_dump(self, font, expected_ttx, tables, suffix): argument
87 self.expect_ttx(TTFont(path), expected_ttx, tables)
122 tables = ['GSUB']
124 self.expect_ttx(instfont, expected_ttx_path, tables)
125 self.check_ttx_dump(instfont, expected_ttx_path, tables, suffix)
146 tables = ['GSUB']
148 self.expect_ttx(instfont, expected_ttx_path, tables)
149 self.check_ttx_dump(instfont, expected_ttx_path, tables, suffix)
186 tables = ['GPOS']
188 self.expect_ttx(instfont, expected_ttx_path, tables)
189 self.check_ttx_dump(instfont, expected_ttx_path, tables, suffix)
215 tables = ['GPOS']
217 self.expect_ttx(instfont, expected_ttx_path, tables)
218 self.check_ttx_dump(instfont, expected_ttx_path, tables, suffix)
249 tables = ['GPOS']
251 self.expect_ttx(instfont, expected_ttx_path, tables)
252 self.check_ttx_dump(instfont, expected_ttx_path, tables, suffix)
284 tables = ['GPOS']
286 self.expect_ttx(instfont, expected_ttx_path, tables)
287 self.check_ttx_dump(instfont, expected_ttx_path, tables, suffix)
313 tables = ['GPOS']
315 self.expect_ttx(instfont, expected_ttx_path, tables)
316 self.check_ttx_dump(instfont, expected_ttx_path, tables, suffix)
347 tables = ['GPOS']
349 self.expect_ttx(instfont, expected_ttx_path, tables)
350 self.check_ttx_dump(instfont, expected_ttx_path, tables, suffix)
382 tables = ['GPOS']
384 self.expect_ttx(instfont, expected_ttx_path, tables)
385 self.check_ttx_dump(instfont, expected_ttx_path, tables, suffix)
411 tables = ['GPOS']
413 self.expect_ttx(instfont, expected_ttx_path, tables)
414 self.check_ttx_dump(instfont, expected_ttx_path, tables, suffix)
445 tables = ['GPOS']
447 self.expect_ttx(instfont, expected_ttx_path, tables)
448 self.check_ttx_dump(instfont, expected_ttx_path, tables, suffix)
480 tables = ['GPOS']
482 self.expect_ttx(instfont, expected_ttx_path, tables)
483 self.check_ttx_dump(instfont, expected_ttx_path, tables, suffix)
509 tables = ['GPOS']
511 self.expect_ttx(instfont, expected_ttx_path, tables)
512 self.check_ttx_dump(instfont, expected_ttx_path, tables, suffix)
543 tables = ['GPOS']
545 self.expect_ttx(instfont, expected_ttx_path, tables)
546 self.check_ttx_dump(instfont, expected_ttx_path, tables, suffix)
573 tables = ['GPOS']
575 self.expect_ttx(instfont, expected_ttx_path, tables)
576 self.check_ttx_dump(instfont, expected_ttx_path, tables, suffix)
609 tables = ['GPOS']
611 self.expect_ttx(instfont, expected_ttx_path, tables)
612 self.check_ttx_dump(instfont, expected_ttx_path, tables, suffix)
640 tables = ['GPOS']
642 self.expect_ttx(instfont, expected_ttx_path, tables)
643 self.check_ttx_dump(instfont, expected_ttx_path, tables, suffix)
678 tables = ['GPOS']
680 self.expect_ttx(instfont, expected_ttx_path, tables)
681 self.check_ttx_dump(instfont, expected_ttx_path, tables, suffix)
708 tables = ['GPOS']
710 self.expect_ttx(instfont, expected_ttx_path, tables)
711 self.check_ttx_dump(instfont, expected_ttx_path, tables, suffix)
744 tables = ['GPOS']
746 self.expect_ttx(instfont, expected_ttx_path, tables)
747 self.check_ttx_dump(instfont, expected_ttx_path, tables, suffix)
782 tables = ['GPOS']
784 self.expect_ttx(instfont, expected_ttx_path, tables)
785 self.check_ttx_dump(instfont, expected_ttx_path, tables, suffix)
834 tables = ['GPOS']
836 self.expect_ttx(instfont, expected_ttx_path, tables)
837 self.check_ttx_dump(instfont, expected_ttx_path, tables, suffix)
868 tables = [table_tag for table_tag in instfont.keys() if table_tag != 'head']
870 self.expect_ttx(instfont, expected_ttx_path, tables)