summaryrefslogtreecommitdiff
path: root/rules
diff options
context:
space:
mode:
authorJoop Kiefte <ikojba@gmail.com>2019-01-12 04:36:51 +0100
committerJoop Kiefte <ikojba@gmail.com>2019-01-12 04:36:51 +0100
commit99ebe57d73abe7448da656b9122e98f3f5b151b3 (patch)
tree091f23490eee1a527782cadd1689db1f5a57a2e2 /rules
parent5861ed4f19c32d01d80921b3a8254b20789ebb5f (diff)
Only double dialog and inline markup seem to be missing now. The latter seems to be either very hard or impossible with gofpdf, so might not be implemented ever.
Diffstat (limited to 'rules')
-rw-r--r--rules/rules.go10
1 files changed, 8 insertions, 2 deletions
diff --git a/rules/rules.go b/rules/rules.go
index 2493e3f..acd9282 100644
--- a/rules/rules.go
+++ b/rules/rules.go
@@ -76,11 +76,17 @@ var Default = Set{
},
"meta": {
Left: 1.5,
- Width: 3,
+ Width: 6,
},
"center": {
Left: 1.5,
- Width: 3,
+ Width: 6,
Align: "C",
},
+ "lyrics": {
+ Left: 2,
+ Width: 5,
+ Style: "i",
+ Font: "Helvetica",
+ },
}