Skip to content

Commit 9353902

Browse files
committed
Add lang parameter of text symbolizer (PR #4492)
1 parent 3746948 commit 9353902

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

4.2.0/reference.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2739,6 +2739,14 @@
27392739
"default-meaning": "Default set of typographic features recommended by OpenType specification. Ligatures are turned off by default when `character-spacing` is greater than zero.",
27402740
"doc": "Comma separated list of OpenType typographic features. The syntax and semantics conforms to `font-feature-settings` from W3C CSS."
27412741
},
2742+
"lang": {
2743+
"css": "text-lang",
2744+
"type": "string",
2745+
"expression": true
2746+
"default-value": "",
2747+
"default-meaning": "No explicit shaping control of CJK characters.",
2748+
"doc": "Allows explicit shaping control of CJK characters by passing qualifiers such as `zh-Hant` (added version 4)."
2749+
},
27422750
"largest-bbox-only": {
27432751
"css": "text-largest-bbox-only",
27442752
"type": "boolean",

0 commit comments

Comments
 (0)