Commit 5544406a authored by pichoro's avatar pichoro

Added "line height soft" to split style textboxes.

Tweaking magic-new-token's fields still.
parent 536364be
...@@ -289,6 +289,7 @@ card style: ...@@ -289,6 +289,7 @@ card style:
padding bottom: 2 padding bottom: 2
line height hard: 1.2 line height hard: 1.2
line height line: 1.5 line height line: 1.5
line height soft: 0.9
text 2: text 2:
left: 279 left: 279
...@@ -324,6 +325,7 @@ card style: ...@@ -324,6 +325,7 @@ card style:
padding bottom: 2 padding bottom: 2
line height hard: 1.2 line height hard: 1.2
line height line: 1.5 line height line: 1.5
line height soft: 0.9
watermark: watermark:
left: 87 left: 87
top : 228 top : 228
......
...@@ -198,17 +198,17 @@ card style: ...@@ -198,17 +198,17 @@ card style:
left: 31 left: 31
top: top:
{ if text_shape() == "0" then 300 { if text_shape() == "0" then 300
else if text_shape() == "1" then 445 else if text_shape() == "1" then 443
else 388} else 388}
width: 311 width: 311
height: height:
{ if text_shape() == "1" then 22 { if text_shape() == "1" then 27
else 80 } else 80 }
font: font:
name: MPlantin name: MPlantin
italic name: MPlantin-Italic italic name: MPlantin-Italic
size: 15 size: 15
scale down to: 15 scale down to: 10
color: rgb(0,0,0) color: rgb(0,0,0)
symbol font: symbol font:
name: name:
......
...@@ -334,6 +334,7 @@ card style: ...@@ -334,6 +334,7 @@ card style:
padding bottom: 2 padding bottom: 2
line height hard: 1.2 line height hard: 1.2
line height line: 1.5 line height line: 1.5
line height soft: 0.9
watermark: watermark:
left: 87 left: 87
top : 228 top : 228
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment