Lines Matching refs:topDict
32 topDict = varFont['CFF2'].cff.topDictIndex[0]
33 topDict.VarStore = VarStoreData(otVarStore=varStoreCFFV)
42 topDict = topDictData[0]
43 if hasattr(topDict, 'Private'):
44 privateDict = topDict.Private
48 topDict.order = opOrder
49 topDict.cff2GetGlyphOrder = cff2GetGlyphOrder
50 if not hasattr(topDict, "FDArray"):
51 fdArray = topDict.FDArray = FDArrayIndex()
53 fdArray.GlobalSubrs = topDict.GlobalSubrs
54 topDict.GlobalSubrs.fdArray = fdArray
55 charStrings = topDict.CharStrings
76 fdArray = topDict.FDArray
100 if key in topDict.rawDict:
101 del topDict.rawDict[key]
102 if hasattr(topDict, key):
103 delattr(topDict, key)
146 def merge_PrivateDicts(topDict, region_top_dicts, num_masters, var_model): argument
151 for fd_index, font_dict in enumerate(topDict.FDArray):
216 topDict = varFont['CFF2'].cff.topDictIndex[0]
217 default_charstrings = topDict.CharStrings
223 merge_PrivateDicts(topDict, region_top_dicts, num_masters, model)