summaryrefslogtreecommitdiff
path: root/def.go
diff options
context:
space:
mode:
authorPaweł Słomka <ppawelslomka@gmail.com>2017-12-02 20:28:43 +0100
committerKurt Jung <kurt.w.jung@gmail.com>2017-12-02 14:28:43 -0500
commit1bef4f81c40b64d68788e590003f4f8fbdc4d296 (patch)
treecd8bcc45c097cae05bdc15628fe0d95af69ca665 /def.go
parenta3f28ba717a677e133f159e3fc1d42b249c2b511 (diff)
Add consts for page orientations (#150)
Diffstat (limited to 'def.go')
-rw-r--r--def.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/def.go b/def.go
index 88e4dea..52e6474 100644
--- a/def.go
+++ b/def.go
@@ -39,6 +39,11 @@ type gradientType struct {
objNum int
}
+const (
+ OrientationPortrait = "portrait"
+ OrientationLandscape = "landscape"
+)
+
type colorMode int
const (