mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
HarfBuzz: Update to version 5.1.0, use new FLAG_SAFE_TO_INSERT_TATWEEL flag to improve justification.
This commit is contained in:
parent
ea4b8de2b4
commit
2980c0d60c
57 changed files with 4029 additions and 3565 deletions
|
@ -116,6 +116,7 @@ public:
|
|||
GRAPHEME_IS_PUNCTUATION = 1 << 8, // Punctuation, except underscore (can be used as word break, but not line break or justifiction).
|
||||
GRAPHEME_IS_UNDERSCORE = 1 << 9, // Underscore (can be used as word break).
|
||||
GRAPHEME_IS_CONNECTED = 1 << 10, // Connected to previous grapheme.
|
||||
GRAPHEME_IS_SAFE_TO_INSERT_TATWEEL = 1 << 11, // It is safe to insert a U+0640 before this grapheme for elongation.
|
||||
};
|
||||
|
||||
enum Hinting {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue