Searched refs:topDictIndex (Results 1 – 10 of 10) sorted by relevance
53 topDict = font["CFF "].cff.topDictIndex[0]63 topDict2 = font2["CFF "].cff.topDictIndex[0]91 topDict2 = font2["CFF2"].cff.topDictIndex[0]
928 topDict = ttf_font['CFF2'].cff.topDictIndex[0]949 topDict = ttf_font['CFF2'].cff.topDictIndex[0]
41 topDict = varFont['CFF2'].cff.topDictIndex[0]54 topDictData.items = cff.topDictIndex.items55 cff.topDictIndex = topDictData292 topDict = _cff_or_cff2(default_font).cff.topDictIndex[0]308 region_topDict = _cff_or_cff2(region_font).cff.topDictIndex[0]325 topDict = varFont['CFF2'].cff.topDictIndex[0]327 _cff_or_cff2(ttFont).cff.topDictIndex[0]
230 topDict = CFF2.cff.topDictIndex[0]
65 topDict = ttFont['CFF '].cff.topDictIndex[0]68 topDict = ttFont['CFF2'].cff.topDictIndex[0]
64 topDict = ttFont['CFF '].cff.topDictIndex[0]66 topDict = ttFont['CFF2'].cff.topDictIndex[0]
78 topDict = ttFont['CFF '].cff.topDictIndex[0]80 topDict = ttFont['CFF2'].cff.topDictIndex[0]
526 fontSet.topDictIndex = TopDictIndex()555 fontSet.topDictIndex.append(topDict)579 fontSet.topDictIndex = TopDictIndex(None, cff2GetGlyphOrder, None)613 fontSet.topDictIndex.append(topDict)632 topDict = self.font["CFF2"].cff.topDictIndex[0]
1041 topDictIndex = &StructAtOffset<CFF1TopDictIndex> (nameIndex, nameIndex->get_size ()); in init()1042 …if ((topDictIndex == &Null (CFF1TopDictIndex)) || !topDictIndex->sanitize (&sc) || (topDictIndex->… in init()1046 const byte_str_t topDictStr = (*topDictIndex)[0]; in init()1079 stringIndex = &StructAtOffset<CFF1StringIndex> (topDictIndex, topDictIndex->get_size ()); in init()1182 const CFF1TopDictIndex *topDictIndex; member
92 self.topDictIndex = TopDictIndex(file, isCFF2=isCFF2)100 self.topDictIndex = TopDictIndex(104 self.topDictIndex.strings = self.strings105 self.topDictIndex.GlobalSubrs = self.GlobalSubrs114 return self.topDictIndex130 return self.topDictIndex[index]155 for topDict in self.topDictIndex:163 topCompiler = self.topDictIndex.getCompiler(strings, self, isCFF2=isCFF2)185 for topDict in self.topDictIndex:246 self.topDictIndex = TopDictIndex()[all …]