• Home
  • Raw
  • Download

Lines Matching full:tables

74     def expect_ttx(self, font, expected_ttx, tables):  argument
76 font.saveXML(path, tables=tables)
85 def check_ttx_dump(self, font, expected_ttx, tables, suffix): argument
89 self.expect_ttx(TTFont(path), expected_ttx, tables)
124 tables = ['GSUB']
126 self.expect_ttx(instfont, expected_ttx_path, tables)
127 self.check_ttx_dump(instfont, expected_ttx_path, tables, suffix)
148 tables = ['GSUB']
150 self.expect_ttx(instfont, expected_ttx_path, tables)
151 self.check_ttx_dump(instfont, expected_ttx_path, tables, suffix)
188 tables = ['GPOS']
190 self.expect_ttx(instfont, expected_ttx_path, tables)
191 self.check_ttx_dump(instfont, expected_ttx_path, tables, suffix)
217 tables = ['GPOS']
219 self.expect_ttx(instfont, expected_ttx_path, tables)
220 self.check_ttx_dump(instfont, expected_ttx_path, tables, suffix)
251 tables = ['GPOS']
253 self.expect_ttx(instfont, expected_ttx_path, tables)
254 self.check_ttx_dump(instfont, expected_ttx_path, tables, suffix)
286 tables = ['GPOS']
288 self.expect_ttx(instfont, expected_ttx_path, tables)
289 self.check_ttx_dump(instfont, expected_ttx_path, tables, suffix)
315 tables = ['GPOS']
317 self.expect_ttx(instfont, expected_ttx_path, tables)
318 self.check_ttx_dump(instfont, expected_ttx_path, tables, suffix)
349 tables = ['GPOS']
351 self.expect_ttx(instfont, expected_ttx_path, tables)
352 self.check_ttx_dump(instfont, expected_ttx_path, tables, suffix)
384 tables = ['GPOS']
386 self.expect_ttx(instfont, expected_ttx_path, tables)
387 self.check_ttx_dump(instfont, expected_ttx_path, tables, suffix)
413 tables = ['GPOS']
415 self.expect_ttx(instfont, expected_ttx_path, tables)
416 self.check_ttx_dump(instfont, expected_ttx_path, tables, suffix)
447 tables = ['GPOS']
449 self.expect_ttx(instfont, expected_ttx_path, tables)
450 self.check_ttx_dump(instfont, expected_ttx_path, tables, suffix)
482 tables = ['GPOS']
484 self.expect_ttx(instfont, expected_ttx_path, tables)
485 self.check_ttx_dump(instfont, expected_ttx_path, tables, suffix)
511 tables = ['GPOS']
513 self.expect_ttx(instfont, expected_ttx_path, tables)
514 self.check_ttx_dump(instfont, expected_ttx_path, tables, suffix)
545 tables = ['GPOS']
547 self.expect_ttx(instfont, expected_ttx_path, tables)
548 self.check_ttx_dump(instfont, expected_ttx_path, tables, suffix)
575 tables = ['GPOS']
577 self.expect_ttx(instfont, expected_ttx_path, tables)
578 self.check_ttx_dump(instfont, expected_ttx_path, tables, suffix)
611 tables = ['GPOS']
613 self.expect_ttx(instfont, expected_ttx_path, tables)
614 self.check_ttx_dump(instfont, expected_ttx_path, tables, suffix)
642 tables = ['GPOS']
644 self.expect_ttx(instfont, expected_ttx_path, tables)
645 self.check_ttx_dump(instfont, expected_ttx_path, tables, suffix)
680 tables = ['GPOS']
682 self.expect_ttx(instfont, expected_ttx_path, tables)
683 self.check_ttx_dump(instfont, expected_ttx_path, tables, suffix)
710 tables = ['GPOS']
712 self.expect_ttx(instfont, expected_ttx_path, tables)
713 self.check_ttx_dump(instfont, expected_ttx_path, tables, suffix)
746 tables = ['GPOS']
748 self.expect_ttx(instfont, expected_ttx_path, tables)
749 self.check_ttx_dump(instfont, expected_ttx_path, tables, suffix)
784 tables = ['GPOS']
786 self.expect_ttx(instfont, expected_ttx_path, tables)
787 self.check_ttx_dump(instfont, expected_ttx_path, tables, suffix)
836 tables = ['GPOS']
838 self.expect_ttx(instfont, expected_ttx_path, tables)
839 self.check_ttx_dump(instfont, expected_ttx_path, tables, suffix)
870 tables = [table_tag for table_tag in instfont.keys() if table_tag != 'head']
872 self.expect_ttx(instfont, expected_ttx_path, tables)