summaryrefslogtreecommitdiff
path: root/def.go
diff options
context:
space:
mode:
authorKurt Jung <kurt.w.jung@code.google.com>2014-04-15 19:10:09 -0400
committerKurt Jung <kurt.w.jung@code.google.com>2014-04-15 19:10:09 -0400
commit49c0e81fbc7de8b74fabaf6b959ec1fa162bfe62 (patch)
treee2b5c8fd6177a1fc2ce6b287e7020971dac71033 /def.go
parent4fcf797ac45777920197f0f3b216f69b5343bedb (diff)
Document protection and example
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 15e6939..422eb1c 100644
--- a/def.go
+++ b/def.go
@@ -196,6 +196,7 @@ type Fpdf struct {
clipNest int // Number of active clipping contexts
transformNest int // Number of active transformation contexts
err error // Set if error occurs during life cycle of instance
+ protect protectType // document protection structure
colorFlag bool // indicates whether fill and text colors are different
color struct { // Composite values of colors
draw, fill, text clrType