Searched refs:oldSubTable (Results 1 – 1 of 1) sorted by relevance
567 def splitAlternateSubst(oldSubTable, newSubTable, overflowRecord): argument569 newSubTable.Format = oldSubTable.Format570 if hasattr(oldSubTable, 'sortCoverageLast'):571 newSubTable.sortCoverageLast = oldSubTable.sortCoverageLast573 oldAlts = sorted(oldSubTable.alternates.items())592 del oldSubTable.alternates[key]598 def splitLigatureSubst(oldSubTable, newSubTable, overflowRecord): argument600 newSubTable.Format = oldSubTable.Format601 oldLigs = sorted(oldSubTable.ligatures.items())620 del oldSubTable.ligatures[key]