summaryrefslogtreecommitdiff
path: root/doc/classes
diff options
context:
space:
mode:
authorbruvzg <7645683+bruvzg@users.noreply.github.com>2020-12-14 10:30:32 +0200
committerbruvzg <7645683+bruvzg@users.noreply.github.com>2020-12-14 11:36:13 +0200
commit06ae77a320ba7b83616e4a30b1f40152bd1d3a82 (patch)
tree1d94965bd74e8a703dbea10109672ddbeea53bc8 /doc/classes
parent06314c1b0e8100546a53cf2786fa244c5d19af6f (diff)
Add word breaks on punctuation characters.
Diffstat (limited to 'doc/classes')
-rw-r--r--doc/classes/TextServer.xml3
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>