summaryrefslogtreecommitdiff
path: root/def.go
diff options
context:
space:
mode:
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