From 412d885ded2ae0364f78168e8e88c9451c61d32b Mon Sep 17 00:00:00 2001 From: Kurt Date: Sat, 10 Nov 2018 14:21:54 -0500 Subject: Add an example for Paul Montag's page box feature --- def.go | 1 + 1 file changed, 1 insertion(+) (limited to 'def.go') 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 -- cgit v1.2.1-24-ge1ad