Home | History | Annotate | Download | only in fontTools

Lines Matching refs:fontDict

257 		for fontDict in self.items:
258 children.extend(fontDict.getChildren(strings))
428 xmlWriter.begintag("FontDict", index=i)
431 xmlWriter.endtag("FontDict")
440 if name != "FontDict":
442 fontDict = FontDict()
447 fontDict.fromXML(name, attrs, content)
448 self.append(fontDict)
1570 class FontDict(BaseDict):