Adding shield-wrap-width and wrap-character

nohash
Tom MacWright 13 years ago
parent ec3bb38110
commit 5db72d0375

@ -357,6 +357,18 @@
"default-value": 0,
"doc": "The spacing between repeated occurrences of the same shield on a line"
},
"wrap-width": {
"css": "shield-wrap-width",
"type": "float",
"default-value": 0,
"doc": "Length before wrapping long names."
},
"wrap-character": {
"css": "shield-wrap-character",
"type": "string",
"default-value": " ",
"doc": "Use this character instead of a space to wrap long names."
},
"halo-fill": {
"css": "shield-halo-fill",
"docs": "Color of the text halo",
@ -636,6 +648,12 @@
"doc": "Length of a chunk of text in characters before wrapping text",
"type": "float"
},
"wrap-character": {
"css": "text-wrap-character",
"type": "string",
"default-value": " ",
"doc": "Use this character instead of a space to wrap long text."
},
"spacing": {
"css": "text-spacing",
"type": "float",

Loading…
Cancel
Save