Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better documentation for wrap-character #147

Merged
merged 2 commits into from
May 12, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions 3.0.0/reference.json
Original file line number Diff line number Diff line change
Expand Up @@ -1134,8 +1134,8 @@
"type": "string",
"expression":true,
"default-value": "\" \"",
"default-meaning": "Lines will be wrapped when whitespace is encountered.",
"doc": "Use this character instead of a space to wrap long names."
"default-meaning": "Lines will be wrapped conforming to the (untailored) Unicode Line Break Algorithm provided by ICU BreakIterator.",
"doc": "Must be a single character. If you set it to other than the space character, Mapnik will wrap strictly on that character without involving any additional rules."
},
"halo-fill": {
"css": "shield-halo-fill",
Expand Down Expand Up @@ -2093,8 +2093,8 @@
"type": "string",
"expression":true,
"default-value": "\" \"",
"default-meaning": "Lines will be wrapped when whitespace is encountered.",
"doc": "Use this character instead of a space to wrap long text."
"default-meaning": "Lines will be wrapped conforming to the (untailored) Unicode Line Break Algorithm provided by ICU BreakIterator.",
"doc": "Must be a single character. If you set it to other than the space character, Mapnik will wrap strictly on that character without involving any additional rules."
},
"repeat-wrap-character": {
"css": "text-repeat-wrap-character",
Expand Down
8 changes: 4 additions & 4 deletions 3.0.20/reference.json
Original file line number Diff line number Diff line change
Expand Up @@ -1140,8 +1140,8 @@
"type": "string",
"expression":true,
"default-value": "\" \"",
"default-meaning": "Lines will be wrapped when whitespace is encountered.",
"doc": "Use this character instead of a space to wrap long names."
"default-meaning": "Lines will be wrapped conforming to the (untailored) Unicode Line Break Algorithm provided by ICU BreakIterator.",
"doc": "Must be a single character. If you set it to other than the space character, Mapnik will wrap strictly on that character without involving any additional rules."
},
"halo-fill": {
"css": "shield-halo-fill",
Expand Down Expand Up @@ -2099,8 +2099,8 @@
"type": "string",
"expression":true,
"default-value": "\" \"",
"default-meaning": "Lines will be wrapped when whitespace is encountered.",
"doc": "Use this character instead of a space to wrap long text."
"default-meaning": "Lines will be wrapped conforming to the (untailored) Unicode Line Break Algorithm provided by ICU BreakIterator.",
"doc": "Must be a single character. If you set it to other than the space character, Mapnik will wrap strictly on that character without involving any additional rules."
},
"repeat-wrap-character": {
"css": "text-repeat-wrap-character",
Expand Down
8 changes: 4 additions & 4 deletions 3.0.3/reference.json
Original file line number Diff line number Diff line change
Expand Up @@ -1140,8 +1140,8 @@
"type": "string",
"expression":true,
"default-value": "\" \"",
"default-meaning": "Lines will be wrapped when whitespace is encountered.",
"doc": "Use this character instead of a space to wrap long names."
"default-meaning": "Lines will be wrapped conforming to the (untailored) Unicode Line Break Algorithm provided by ICU BreakIterator.",
"doc": "Must be a single character. If you set it to other than the space character, Mapnik will wrap strictly on that character without involving any additional rules."
},
"halo-fill": {
"css": "shield-halo-fill",
Expand Down Expand Up @@ -2099,8 +2099,8 @@
"type": "string",
"expression":true,
"default-value": "\" \"",
"default-meaning": "Lines will be wrapped when whitespace is encountered.",
"doc": "Use this character instead of a space to wrap long text."
"default-meaning": "Lines will be wrapped conforming to the (untailored) Unicode Line Break Algorithm provided by ICU BreakIterator.",
"doc": "Must be a single character. If you set it to other than the space character, Mapnik will wrap strictly on that character without involving any additional rules."
},
"repeat-wrap-character": {
"css": "text-repeat-wrap-character",
Expand Down
8 changes: 4 additions & 4 deletions 3.0.6/reference.json
Original file line number Diff line number Diff line change
Expand Up @@ -1140,8 +1140,8 @@
"type": "string",
"expression":true,
"default-value": "\" \"",
"default-meaning": "Lines will be wrapped when whitespace is encountered.",
"doc": "Use this character instead of a space to wrap long names."
"default-meaning": "Lines will be wrapped conforming to the (untailored) Unicode Line Break Algorithm provided by ICU BreakIterator.",
"doc": "Must be a single character. If you set it to other than the space character, Mapnik will wrap strictly on that character without involving any additional rules."
},
"halo-fill": {
"css": "shield-halo-fill",
Expand Down Expand Up @@ -2099,8 +2099,8 @@
"type": "string",
"expression":true,
"default-value": "\" \"",
"default-meaning": "Lines will be wrapped when whitespace is encountered.",
"doc": "Use this character instead of a space to wrap long text."
"default-meaning": "Lines will be wrapped conforming to the (untailored) Unicode Line Break Algorithm provided by ICU BreakIterator.",
"doc": "Must be a single character. If you set it to other than the space character, Mapnik will wrap strictly on that character without involving any additional rules."
},
"repeat-wrap-character": {
"css": "text-repeat-wrap-character",
Expand Down