diff options
author | Joop Kiefte <ikojba@gmail.com> | 2018-12-31 21:40:58 +0100 |
---|---|---|
committer | Joop Kiefte <ikojba@gmail.com> | 2018-12-31 21:40:58 +0100 |
commit | 17e35aa8dbc5ddb5e3542a57f14dd16627d37d64 (patch) | |
tree | 54c4905d49cc5abfa9f63e2d402b035ac147a459 /pdf/create.go | |
parent | 32b146fc5411f8db35824c82e9cafc4cdb6f1d41 (diff) |
First working version. Fountain support is still very bad.
Diffstat (limited to 'pdf/create.go')
-rw-r--r-- | pdf/create.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pdf/create.go b/pdf/create.go index abf0284..79184a4 100644 --- a/pdf/create.go +++ b/pdf/create.go @@ -41,6 +41,7 @@ func Create(file string, format rules.Set, contents lex.Screenplay) { pdf.SetMargins(1, 1, 1) pdf.SetXY(1, 1) f := Tree{ + PDF: pdf, Rules: format, F: contents, } |