Home
last modified time | relevance | path

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

/external/fonttools/Tests/ttLib/tables/
D_c_m_a_p_test.py24 subtable = CmapSubtable.newSubtable(cmapFormat)
61 subtable2 = CmapSubtable.newSubtable(2)
73 subtable2 = CmapSubtable.newSubtable(fmt)
91 subtable2 = CmapSubtable.newSubtable(4)
96 subtable = CmapSubtable.newSubtable(4)
102 subtable = CmapSubtable.newSubtable(12)
DO_S_2f_2_test.py35 st = getTableModule('cmap').CmapSubtable.newSubtable(4)
/external/fonttools/Snippets/
Dcmap-format.py32 newtable = CmapSubtable.newSubtable(4)
/external/fonttools/Lib/fontTools/ttLib/tables/
D_c_m_a_p.py91 table = CmapSubtable.newSubtable(format)
141 table = CmapSubtable.newSubtable(format)
156 def newSubtable(format): member in CmapSubtable