Lines Matching full:tables
71 def expect_ttx(self, font, expected_ttx, tables): argument
73 font.saveXML(path, tables=tables)
82 def check_ttx_dump(self, font, expected_ttx, tables, suffix): argument
86 self.expect_ttx(TTFont(path), expected_ttx, tables)
121 tables = ['GSUB']
123 self.expect_ttx(instfont, expected_ttx_path, tables)
124 self.check_ttx_dump(instfont, expected_ttx_path, tables, suffix)
145 tables = ['GSUB']
147 self.expect_ttx(instfont, expected_ttx_path, tables)
148 self.check_ttx_dump(instfont, expected_ttx_path, tables, suffix)
185 tables = ['GPOS']
187 self.expect_ttx(instfont, expected_ttx_path, tables)
188 self.check_ttx_dump(instfont, expected_ttx_path, tables, suffix)
214 tables = ['GPOS']
216 self.expect_ttx(instfont, expected_ttx_path, tables)
217 self.check_ttx_dump(instfont, expected_ttx_path, tables, suffix)
248 tables = ['GPOS']
250 self.expect_ttx(instfont, expected_ttx_path, tables)
251 self.check_ttx_dump(instfont, expected_ttx_path, tables, suffix)
283 tables = ['GPOS']
285 self.expect_ttx(instfont, expected_ttx_path, tables)
286 self.check_ttx_dump(instfont, expected_ttx_path, tables, suffix)
312 tables = ['GPOS']
314 self.expect_ttx(instfont, expected_ttx_path, tables)
315 self.check_ttx_dump(instfont, expected_ttx_path, tables, suffix)
346 tables = ['GPOS']
348 self.expect_ttx(instfont, expected_ttx_path, tables)
349 self.check_ttx_dump(instfont, expected_ttx_path, tables, suffix)
381 tables = ['GPOS']
383 self.expect_ttx(instfont, expected_ttx_path, tables)
384 self.check_ttx_dump(instfont, expected_ttx_path, tables, suffix)
410 tables = ['GPOS']
412 self.expect_ttx(instfont, expected_ttx_path, tables)
413 self.check_ttx_dump(instfont, expected_ttx_path, tables, suffix)
444 tables = ['GPOS']
446 self.expect_ttx(instfont, expected_ttx_path, tables)
447 self.check_ttx_dump(instfont, expected_ttx_path, tables, suffix)
479 tables = ['GPOS']
481 self.expect_ttx(instfont, expected_ttx_path, tables)
482 self.check_ttx_dump(instfont, expected_ttx_path, tables, suffix)
508 tables = ['GPOS']
510 self.expect_ttx(instfont, expected_ttx_path, tables)
511 self.check_ttx_dump(instfont, expected_ttx_path, tables, suffix)
542 tables = ['GPOS']
544 self.expect_ttx(instfont, expected_ttx_path, tables)
545 self.check_ttx_dump(instfont, expected_ttx_path, tables, suffix)
572 tables = ['GPOS']
574 self.expect_ttx(instfont, expected_ttx_path, tables)
575 self.check_ttx_dump(instfont, expected_ttx_path, tables, suffix)
608 tables = ['GPOS']
610 self.expect_ttx(instfont, expected_ttx_path, tables)
611 self.check_ttx_dump(instfont, expected_ttx_path, tables, suffix)
639 tables = ['GPOS']
641 self.expect_ttx(instfont, expected_ttx_path, tables)
642 self.check_ttx_dump(instfont, expected_ttx_path, tables, suffix)
677 tables = ['GPOS']
679 self.expect_ttx(instfont, expected_ttx_path, tables)
680 self.check_ttx_dump(instfont, expected_ttx_path, tables, suffix)
707 tables = ['GPOS']
709 self.expect_ttx(instfont, expected_ttx_path, tables)
710 self.check_ttx_dump(instfont, expected_ttx_path, tables, suffix)
743 tables = ['GPOS']
745 self.expect_ttx(instfont, expected_ttx_path, tables)
746 self.check_ttx_dump(instfont, expected_ttx_path, tables, suffix)
781 tables = ['GPOS']
783 self.expect_ttx(instfont, expected_ttx_path, tables)
784 self.check_ttx_dump(instfont, expected_ttx_path, tables, suffix)
833 tables = ['GPOS']
835 self.expect_ttx(instfont, expected_ttx_path, tables)
836 self.check_ttx_dump(instfont, expected_ttx_path, tables, suffix)
867 tables = [table_tag for table_tag in instfont.keys() if table_tag != 'head']
869 self.expect_ttx(instfont, expected_ttx_path, tables)