summaryrefslogtreecommitdiff
path: root/def.go
diff options
context:
space:
mode:
authorKurt <kurt.w.jung@gmail.com>2018-11-10 14:21:54 -0500
committerKurt <kurt.w.jung@gmail.com>2018-11-10 14:21:54 -0500
commit412d885ded2ae0364f78168e8e88c9451c61d32b (patch)
tree5f7f77500b9fedcc31f41283db86353a17a905dc /def.go
parent41627bb3061b250ed757f243df74918986177ec9 (diff)
Add an example for Paul Montag's page box feature
Diffstat (limited to 'def.go')
-rw-r--r--def.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/def.go b/def.go
index ba96b2a..2bbb572 100644
--- a/def.go
+++ b/def.go
@@ -474,6 +474,7 @@ type Pdf interface {
Writef(h float64, fmtStr string, args ...interface{})
}
+// PageBox defines the coordinates and extent of the various page box types
type PageBox struct {
SizeType
PointType