From cbbfe21f94ea53f0800feaf4e9c06c038ddc1e6e Mon Sep 17 00:00:00 2001 From: Kurt Jung Date: Tue, 16 Sep 2014 22:38:49 -0400 Subject: Added layer functionality. This allows content to be placed into layers, the visibility of which can be controlled from the document reader. --- def.go | 1 + 1 file changed, 1 insertion(+) (limited to 'def.go') diff --git a/def.go b/def.go index 422eb1c..6d12af3 100644 --- a/def.go +++ b/def.go @@ -197,6 +197,7 @@ type Fpdf struct { transformNest int // Number of active transformation contexts err error // Set if error occurs during life cycle of instance protect protectType // document protection structure + layer layerRecType // manages optional layers in document colorFlag bool // indicates whether fill and text colors are different color struct { // Composite values of colors draw, fill, text clrType -- cgit v1.2.1-24-ge1ad