You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-01 16:38:31 +00:00
HarfBuzz: Update to version 4.4.1
This commit is contained in:
15
thirdparty/harfbuzz/src/hb-subset-input.cc
vendored
15
thirdparty/harfbuzz/src/hb-subset-input.cc
vendored
@@ -140,7 +140,20 @@ hb_subset_input_create_or_fail (void)
|
||||
HB_TAG ('r', 't', 'l', 'a'),
|
||||
HB_TAG ('r', 't', 'l', 'm'),
|
||||
|
||||
//Complex shapers
|
||||
//random
|
||||
HB_TAG ('r', 'a', 'n', 'd'),
|
||||
|
||||
//justify
|
||||
HB_TAG ('j', 'a', 'l', 't'), // HarfBuzz doesn't use; others might
|
||||
|
||||
//private
|
||||
HB_TAG ('H', 'a', 'r', 'f'),
|
||||
HB_TAG ('H', 'A', 'R', 'F'),
|
||||
HB_TAG ('B', 'u', 'z', 'z'),
|
||||
HB_TAG ('B', 'U', 'Z', 'Z'),
|
||||
|
||||
//shapers
|
||||
|
||||
//arabic
|
||||
HB_TAG ('i', 'n', 'i', 't'),
|
||||
HB_TAG ('m', 'e', 'd', 'i'),
|
||||
|
||||
Reference in New Issue
Block a user