From fa19666a38753b8b52a42131fa5ff3735b945d73 Mon Sep 17 00:00:00 2001 From: Peter Williams Date: Wed, 27 Jun 2018 12:52:14 +1000 Subject: [PATCH] Added missing const --- pdf/model/const.go | 1 + 1 file changed, 1 insertion(+) 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") )