Searched refs:newSubTable (Results 1 – 1 of 1) sorted by relevance
567 def splitAlternateSubst(oldSubTable, newSubTable, overflowRecord): argument569 newSubTable.Format = oldSubTable.Format571 newSubTable.sortCoverageLast = oldSubTable.sortCoverageLast587 newSubTable.alternates = {}591 newSubTable.alternates[key] = item[1]598 def splitLigatureSubst(oldSubTable, newSubTable, overflowRecord): argument600 newSubTable.Format = oldSubTable.Format615 newSubTable.ligatures = {}619 newSubTable.ligatures[key] = item[1]672 newSubTable = newSubTableClass()[all …]