Home
last modified time | relevance | path

Searched refs:topDictIndex (Results 1 – 9 of 9) sorted by relevance

/external/fonttools/Tests/cffLib/
DcffLib_test.py55 topDict = font["CFF "].cff.topDictIndex[0]
61 topDict2 = font2["CFF "].cff.topDictIndex[0]
/external/fonttools/Lib/fontTools/varLib/
Dcff.py32 topDict = varFont['CFF2'].cff.topDictIndex[0]
40 topDictData.items = cff.topDictIndex.items
41 cff.topDictIndex = topDictData
216 topDict = varFont['CFF2'].cff.topDictIndex[0]
220 ttFont['CFF '].cff.topDictIndex[0] for ttFont in region_fonts
Dmutator.py227 topDict = CFF2.cff.topDictIndex[0]
/external/fonttools/Lib/fontTools/
DfontBuilder.py494 fontSet.topDictIndex = TopDictIndex()
520 fontSet.topDictIndex.append(topDict)
536 fontSet.topDictIndex = TopDictIndex(None, cff2GetGlyphOrder, None)
570 fontSet.topDictIndex.append(topDict)
589 self.font["CFF2"].cff.topDictIndex[0].VarStore = vstore
/external/harfbuzz_ng/src/
Dhb-ot-cff1-table.hh1021 topDictIndex = &StructAtOffset<CFF1TopDictIndex> (nameIndex, nameIndex->get_size ()); in init()
1022 …if ((topDictIndex == &Null (CFF1TopDictIndex)) || !topDictIndex->sanitize (&sc) || (topDictIndex->… in init()
1026 const ByteStr topDictStr = (*topDictIndex)[0]; in init()
1059 stringIndex = &StructAtOffset<CFF1StringIndex> (topDictIndex, topDictIndex->get_size ()); in init()
1162 const CFF1TopDictIndex *topDictIndex; member
/external/fonttools/Lib/fontTools/cffLib/
D__init__.py52 self.topDictIndex = TopDictIndex(file, isCFF2=isCFF2)
60 self.topDictIndex = TopDictIndex(
64 self.topDictIndex.strings = self.strings
65 self.topDictIndex.GlobalSubrs = self.GlobalSubrs
74 return self.topDictIndex
90 return self.topDictIndex[index]
107 for topDict in self.topDictIndex:
115 topCompiler = self.topDictIndex.getCompiler(strings, self, isCFF2=isCFF2)
137 for topDict in self.topDictIndex:
187 self.topDictIndex = TopDictIndex()
[all …]
/external/fonttools/Lib/fontTools/ttLib/tables/
D_h_e_a_d.py65 topDict = ttFont['CFF '].cff.topDictIndex[0]
D_h_h_e_a.py66 topDict = ttFont['CFF '].cff.topDictIndex[0]
D_v_h_e_a.py65 topDict = ttFont['CFF '].cff.topDictIndex[0]