Lines Matching refs:TTLibError
18 from fontTools.ttLib import TTLibError
59 raise TTLibError("specify a font number between 0 and %d (inclusive)" % (numFonts - 1))
64 raise TTLibError("Not a Font Collection (not enough data)")
71 raise TTLibError("Not a WOFF font (not enough data)")
76 raise TTLibError("Not a TrueType or OpenType font (not enough data)")
81 raise TTLibError("Not a TrueType or OpenType font (bad sfntVersion)")
246 raise TTLibError("cannot rewrite '%s' table" % tag)
253 raise TTLibError("cannot rewrite '%s' table" % tag)
289 raise TTLibError("wrong number of tables; expected %d, found %d" % (self.numTables, len(tables)))
598 raise TTLibError("Not a Font Collection (not enough data)")
602 raise TTLibError("Not a Font Collection")