diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2020-12-17 09:02:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-17 09:02:01 +0100 |
commit | 9e49dbda2a145165269f07bc4f621211c695de52 (patch) | |
tree | ad77d80e6538f3011b7f54fce936932b698467c7 /doc/classes | |
parent | 933cf114d880651a65082e417c05c77bf771af95 (diff) | |
parent | 06ae77a320ba7b83616e4a30b1f40152bd1d3a82 (diff) |
Merge pull request #44360 from bruvzg/ctl_punct_word_break
Add word breaks on punctuation characters.
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/TextServer.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/classes/TextServer.xml b/doc/classes/TextServer.xml index 31ea108e46..791646000b 100644 --- a/doc/classes/TextServer.xml +++ b/doc/classes/TextServer.xml @@ -1167,6 +1167,9 @@ <constant name="GRAPHEME_IS_ELONGATION" value="128" enum="GraphemeFlag"> Grapheme is kashida. </constant> + <constant name="GRAPHEME_IS_PUNCTUATION" value="256" enum="GraphemeFlag"> + Grapheme is punctuation character. + </constant> <constant name="HINTING_NONE" value="0" enum="Hinting"> Disables font hinting (smoother but less crisp). </constant> |