diff --git a/pdf/model/const.go b/pdf/model/const.go index 1cf20ea6..5adbe3d4 100644 --- a/pdf/model/const.go +++ b/pdf/model/const.go @@ -14,4 +14,5 @@ var ( ErrInvalidAttribute = errors.New("Invalid attribute") ErrTypeError = errors.New("Type check error") ErrRangeError = errors.New("Range check error") + ErrUnsupportedFont = errors.New("Unsupported font type") )