Home
last modified time | relevance | path

Searched refs:newSubTable (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
571 newSubTable.sortCoverageLast = oldSubTable.sortCoverageLast
587 newSubTable.alternates = {}
591 newSubTable.alternates[key] = item[1]
598 def splitLigatureSubst(oldSubTable, newSubTable, overflowRecord): argument
600 newSubTable.Format = oldSubTable.Format
615 newSubTable.ligatures = {}
619 newSubTable.ligatures[key] = item[1]
672 newSubTable = newSubTableClass()
[all …]