summaryrefslogtreecommitdiff
path: root/def.go
diff options
context:
space:
mode:
authorKurt Jung <kurt.w.jung@gmail.com>2015-10-10 09:11:53 -0400
committerKurt Jung <kurt.w.jung@gmail.com>2015-10-10 09:11:53 -0400
commite924055b983321336e31f556f5235ea79fe72134 (patch)
tree49a1b976e4618d739ea7a55b1869321c82f84d03 /def.go
parentcae789a4e309eb39bd6145f93361a3745effbb2d (diff)
Implement conditional catalog sort 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 50a3f70..2c4d33d 100644
--- a/def.go
+++ b/def.go
@@ -235,6 +235,7 @@ type Fpdf struct {
err error // Set if error occurs during life cycle of instance
protect protectType // document protection structure
layer layerRecType // manages optional layers in document
+ catalogSort bool // sort resource catalogs in document
colorFlag bool // indicates whether fill and text colors are different
color struct { // Composite values of colors
draw, fill, text clrType