Home
last modified time | relevance | path

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

/external/fonttools/Tests/ttLib/tables/
D_c_m_a_p_test.py25 subtable = CmapSubtable.newSubtable(cmapFormat)
66 subtable2 = CmapSubtable.newSubtable(2)
80 subtable2 = CmapSubtable.newSubtable(fmt)
98 subtable2 = CmapSubtable.newSubtable(4)
103 subtable = CmapSubtable.newSubtable(4)
109 subtable = CmapSubtable.newSubtable(12)
DO_S_2f_2_test.py13 st = getTableModule("cmap").CmapSubtable.newSubtable(4)
/external/fonttools/Snippets/
Dcmap-format.py30 newtable = CmapSubtable.newSubtable(4)
/external/fonttools/Tests/ttLib/
DttFont_test.py183 cm = CmapSubtable.newSubtable(14)
/external/fonttools/Lib/fontTools/ttLib/tables/
D_c_m_a_p.py170 table = CmapSubtable.newSubtable(format)
232 table = CmapSubtable.newSubtable(format)
257 def newSubtable(format): member in CmapSubtable