Home | History | Annotate | Download | only in fontTools

Lines Matching refs:fontNames

31 		self.fontNames = list(Index(file))
39 return len(self.fontNames)
42 return list(self.fontNames)
49 index = self.fontNames.index(name)
58 fontNames = Index()
59 for name in self.fontNames:
60 fontNames.append(name)
61 writer.add(fontNames.getCompiler(strings, None))
78 for fontName in self.fontNames:
100 if not hasattr(self, "fontNames"):
101 self.fontNames = []
106 self.fontNames.append(fontName)