Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/ttLib/tables/
DotTables.py1504 def splitMultipleSubst(oldSubTable, newSubTable, overflowRecord): argument
1506 newSubTable.Format = oldSubTable.Format
1521 newSubTable.mapping = {}
1525 newSubTable.mapping[key] = item[1]
1530 def splitAlternateSubst(oldSubTable, newSubTable, overflowRecord): argument
1532 newSubTable.Format = oldSubTable.Format
1534 newSubTable.sortCoverageLast = oldSubTable.sortCoverageLast
1550 newSubTable.alternates = {}
1554 newSubTable.alternates[key] = item[1]
1560 def splitLigatureSubst(oldSubTable, newSubTable, overflowRecord): argument
[all …]
/external/fonttools/Tests/ttLib/tables/
DotTables_test.py555 newSubTable = otTables.MultipleSubst()
557 …ok = otTables.splitMultipleSubst(oldSubTable, newSubTable, OverflowErrorRecord((None, None, None, …
560 assert oldSubTable.Format == newSubTable.Format
561 return oldSubTable.mapping, newSubTable.mapping
601 newSubTable = otTables.MarkBasePos()
603 ok = otTables.splitMarkBasePos(oldSubTable, newSubTable, overflowRecord=None)
653 assert getXML(newSubTable.toXML) == [