diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-08-04 09:12:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-04 09:12:05 +0200 |
commit | fdceece7f801f08634e524edea1f4e1bbe149b94 (patch) | |
tree | 300a6c49bfb063f8a9cb1f19896e363e08687623 /doc | |
parent | a1d4cf68980cb683f901ddf8130af1d8b398d522 (diff) | |
parent | 2980c0d60cb067d7958abe5924be5c455b4adba3 (diff) |
Merge pull request #63899 from bruvzg/hb_510
HarfBuzz: Update to version 5.1.0, use new FLAG_SAFE_TO_INSERT_TATWEEL flag to improve justification.
Diffstat (limited to 'doc')
-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 9f35ddc353..b54536f897 100644 --- a/doc/classes/TextServer.xml +++ b/doc/classes/TextServer.xml @@ -1679,6 +1679,9 @@ <constant name="GRAPHEME_IS_CONNECTED" value="1024" enum="GraphemeFlag" is_bitfield="true"> Grapheme is connected to the previous grapheme. Breaking line before this grapheme is not safe. </constant> + <constant name="GRAPHEME_IS_SAFE_TO_INSERT_TATWEEL" value="2048" enum="GraphemeFlag" is_bitfield="true"> + It is safe to insert a U+0640 before this grapheme for elongation. + </constant> <constant name="HINTING_NONE" value="0" enum="Hinting"> Disables font hinting (smoother but less crisp). </constant> |