Home | History | Annotate | Download | only in tables

Lines Matching refs:table2

1003             table2 = newTable('morx')
1005 table2.fromXML(name, attrs, content, font=self.font)
1006 self.assertEqual(hexStr(table2.compile(self.font)), hexStr(data))
1050 table2 = newTable('morx')
1052 table2.fromXML(name, attrs, content, font=self.font)
1053 self.assertEqual(hexStr(table2.compile(self.font)[28:31]), "8abcde")