summaryrefslogtreecommitdiff
path: root/def.go
diff options
context:
space:
mode:
authorDarkFreedman <misterdark@mail.ru>2019-05-06 13:23:42 +0300
committerDarkFreedman <misterdark@mail.ru>2019-05-06 13:23:42 +0300
commit8022e9b91aea9cdbf7f7c561fc59a6e291cbfa59 (patch)
tree0ed025522e0c960a2d88f36104366b564a8712ee /def.go
parent0d6a38d49d631da305a6f17704f06f35c36cbddc (diff)
Added copyrights. And "right to left" languages support.
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 4c46d03..205389b 100644
--- a/def.go
+++ b/def.go
@@ -497,6 +497,7 @@ type PageBox struct {
// Fpdf is the principal structure for creating a single PDF document
type Fpdf struct {
isCurrentUTF8 bool // is current font used in utf-8 mode
+ isRTL bool // is is right to left mode enabled
page int // current page number
n int // current object number
offsets []int // array of object offsets