Lines Matching full:subtable
799 for st in self.SubTable:
806 for st in self.SubTable:
813 self.SubTable = [st for st in self.SubTable if st and st.subset_glyphs(s)]
814 self.SubTableCount = len(self.SubTable)
820 for st in self.SubTable:
827 for s in self.SubTable:
832 return _uniq_sort(sum((st.collect_lookups() for st in self.SubTable
837 return any(st.may_have_non_1to1() for st in self.SubTable if st)
1726 # TODO(behdad) Only keep one subtable?