Searched refs:CmapSubtable (Results 1 – 5 of 5) sorted by relevance
9 from fontTools.ttLib.tables._c_m_a_p import CmapSubtable, table__c_m_a_p24 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)
35 st = getTableModule('cmap').CmapSubtable.newSubtable(4)
751 struct CmapSubtable struct836 LOffsetTo<CmapSubtable>906 CmapSubtable &subtable = format4_plat0_rec.subtable.serialize (&c, table); in _subset()917 CmapSubtable &subtable = format12_rec.subtable.serialize (&c, table); in _subset()966 const CmapSubtable *find_best_subtable (bool *symbol = nullptr) const in find_best_subtable()970 const CmapSubtable *subtable; in find_best_subtable()992 return &Null (CmapSubtable); in find_best_subtable()1004 const CmapSubtable *st = table->find_subtable (0, 5); in init()1012 this->get_glyph_funcZ = get_glyph_from_symbol<CmapSubtable>; in init()1017 this->get_glyph_funcZ = get_glyph_from<CmapSubtable>; in init()[all …]
16 from fontTools.ttLib.tables._c_m_a_p import CmapSubtable32 newtable = CmapSubtable.newSubtable(4)
91 table = CmapSubtable.newSubtable(format)141 table = CmapSubtable.newSubtable(format)148 class CmapSubtable(object): class158 subtableClass = CmapSubtable.getSubtableClass(format)227 if not isinstance(other, CmapSubtable):244 class cmap_format_0(CmapSubtable):297 class cmap_format_2(CmapSubtable):681 class cmap_format_4(CmapSubtable):852 class cmap_format_6(CmapSubtable):912 class cmap_format_12_or_13(CmapSubtable):[all …]