[TextServer] Implement soft hyphen handling.

This commit is contained in:
bruvzg
2023-12-08 12:30:56 +02:00
parent 60b927b4cf
commit ad017a20ea
5 changed files with 63 additions and 22 deletions

View File

@ -1924,6 +1924,9 @@
<constant name="GRAPHEME_IS_EMBEDDED_OBJECT" value="4096" enum="GraphemeFlag" is_bitfield="true">
Grapheme is an object replacement character for the embedded object.
</constant>
<constant name="GRAPHEME_IS_SOFT_HYPHEN" value="8192" enum="GraphemeFlag" is_bitfield="true">
Grapheme is a soft hyphen.
</constant>
<constant name="HINTING_NONE" value="0" enum="Hinting">
Disables font hinting (smoother but less crisp).
</constant>