From 1bef4f81c40b64d68788e590003f4f8fbdc4d296 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20S=C5=82omka?= Date: Sat, 2 Dec 2017 20:28:43 +0100 Subject: Add consts for page orientations (#150) --- def.go | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'def.go') 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 ( -- cgit v1.2.1-24-ge1ad