[TextServer] Implement soft hyphen handling.
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user