Home
last modified time | relevance | path

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

/dports/print/py-fonttools/fonttools-4.28.2/Tests/ttLib/tables/
H A D_c_m_a_p_test.py59 subtable2 = CmapSubtable.newSubtable(2)
60 subtable2.decompile(data, font)
61 self.assertEqual(subtable2.cmap, subtable.cmap)
71 subtable2 = CmapSubtable.newSubtable(fmt)
72 subtable2.decompile(data, font)
73 self.assertEqual(subtable2.cmap, subtable.cmap, str(fmt))
89 subtable2 = CmapSubtable.newSubtable(4)
90 subtable2.decompile(data, font)
91 self.assertEqual(subtable2.cmap, {})
/dports/print/py-fonttools3/fonttools-3.44.0/Tests/ttLib/tables/
H A D_c_m_a_p_test.py61 subtable2 = CmapSubtable.newSubtable(2)
62 subtable2.decompile(data, font)
63 self.assertEqual(subtable2.cmap, subtable.cmap)
73 subtable2 = CmapSubtable.newSubtable(fmt)
74 subtable2.decompile(data, font)
75 self.assertEqual(subtable2.cmap, subtable.cmap, str(fmt))
91 subtable2 = CmapSubtable.newSubtable(4)
92 subtable2.decompile(data, font)
93 self.assertEqual(subtable2.cmap, {})
/dports/www/matomo/piwik/core/DataTable/
H A DRow.php764 $subtable2 = $row2->getSubtable();
765 if (!DataTable::isEqual($subtable1, $subtable2)) {
/dports/print/fontforge/fontforge-20201107/fontforge/
H A Dpython.c15398 char *subtable1, *subtable2; in PyFFFont_mergeLookupSubtables() local
15404 if ( !PyArg_ParseTuple(args,"ss", &subtable1, &subtable2 )) in PyFFFont_mergeLookupSubtables()
15412 sub2 = SFFindLookupSubtable(sf,subtable2); in PyFFFont_mergeLookupSubtables()
15414 PyErr_Format(PyExc_EnvironmentError, "No subtable named %s exists", subtable2 ); in PyFFFont_mergeLookupSubtables()
15418 …wo lookup subtables they must be in the same lookup, but %s and %s are not", subtable1, subtable2); in PyFFFont_mergeLookupSubtables()
/dports/print/fontforge/fontforge-20201107/doc/sphinx/scripting/
H A Dscripting-alpha.rst1668 subtable2 will be bound to subtable1 and subtable2 will be removed.
/dports/print/fontforge/fontforge-20201107/doc/sphinx/scripting/python/
H A Dfontforge.rst4641 subtable2 will be bound to subtable1 and subtable2 will be removed.