Searched refs:OTLOffsetOverflowError (Results 1 - 2 of 2) sorted by relevance

/external/fonttools/Lib/fontTools/ttLib/tables/
H A DotBase.py17 class OTLOffsetOverflowError(Exception): class in inherits:Exception
88 except OTLOffsetOverflowError as e:
94 print("Attempting to fix OTLOffsetOverflowError", e)
302 raise OTLOffsetOverflowError(overflowErrorRecord)
/external/fonttools/Tools/fontTools/ttLib/tables/
H A DotBase.py17 class OTLOffsetOverflowError(Exception): class in inherits:Exception
88 except OTLOffsetOverflowError as e:
94 print("Attempting to fix OTLOffsetOverflowError", e)
302 raise OTLOffsetOverflowError(overflowErrorRecord)

Completed in 52 milliseconds