Home
last modified time | relevance | path

Searched refs:oldSubTable (Results 1 – 1 of 1) sorted by relevance

/external/fonttools/Lib/fontTools/ttLib/tables/
DotTables.py567 def splitAlternateSubst(oldSubTable, newSubTable, overflowRecord): argument
569 newSubTable.Format = oldSubTable.Format
570 if hasattr(oldSubTable, 'sortCoverageLast'):
571 newSubTable.sortCoverageLast = oldSubTable.sortCoverageLast
573 oldAlts = sorted(oldSubTable.alternates.items())
592 del oldSubTable.alternates[key]
598 def splitLigatureSubst(oldSubTable, newSubTable, overflowRecord): argument
600 newSubTable.Format = oldSubTable.Format
601 oldLigs = sorted(oldSubTable.ligatures.items())
620 del oldSubTable.ligatures[key]