better behavior for justified tracked
parent
476fb53006
commit
2f2c7d3104
Binary file not shown.
@ -1,7 +1,22 @@
|
||||
#lang quadwriter
|
||||
|
||||
'(q ((font-size "20")(font-tracking "5")) "we have the same tracking")
|
||||
'(q "Left aligned")
|
||||
'(q ((break "para")))
|
||||
'(q ((font-size "20")(font-tracking "25%")) "we have the same tracking")
|
||||
|
||||
'(q ((font-size "20")(font-tracking "5")) "we have the same tracking you see")
|
||||
'(q ((break "para")))
|
||||
'(q ((font-size "20")(font-tracking "25%")) "we have the same tracking you see")
|
||||
'(q ((break "para")))
|
||||
'(q ((font-size "20")(font-tracking "0.25em")) "we have the same tracking you see")
|
||||
|
||||
'(q ((break "para")))
|
||||
|
||||
'(q "Justified")
|
||||
'(q ((break "para")))
|
||||
|
||||
|
||||
'(q ((font-size "20")(font-tracking "5")(line-align "justify")) "we have the same tracking you see")
|
||||
'(q ((break "para")))
|
||||
'(q ((font-size "20")(font-tracking "25%")(line-align "justify")) "we have the same tracking you see")
|
||||
'(q ((break "para")))
|
||||
'(q ((font-size "20")(font-tracking "0.25em")) "we have the same tracking")
|
||||
'(q ((font-size "20")(font-tracking "0.25em")(line-align "justify")) "we have the same tracking you see")
|
||||
|
Loading…
Reference in New Issue