Home
last modified time | relevance | path

Searched refs:IncompatibleGlyphsError (Results 1 – 2 of 2) sorted by relevance

/external/fonttools/Lib/fontTools/cu2qu/
Derrors.py30 class IncompatibleGlyphsError(Error): class
44 class IncompatibleSegmentNumberError(IncompatibleGlyphsError):
51 class IncompatibleSegmentTypesError(IncompatibleGlyphsError):
53 IncompatibleGlyphsError.__init__(self, glyphs)
Dufo.py34 IncompatibleSegmentTypesError, IncompatibleGlyphsError,
290 except IncompatibleGlyphsError as exc: