Lines Matching refs:fontDict
259 fontDict = FontDict()
260 fontDict.setCFF2(True)
261 fdArray.append(fontDict)
262 fontDict.Private = privateDict
277 for fontDict in fdArray:
278 fontDict.setCFF2(True)
279 for key in fontDict.rawDict.keys():
280 if key not in fontDict.order:
281 del fontDict.rawDict[key]
282 if hasattr(fontDict, key):
283 delattr(fontDict, key)
285 privateDict = fontDict.Private
487 for fontDict in self.items:
488 children.extend(fontDict.getChildren(strings))
730 fontDict = FontDict(
733 fontDict.decompile(data)
734 return fontDict
739 fontDict = FontDict()
744 fontDict.fromXML(name, attrs, content)
745 self.append(fontDict)