mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-14 17:13:40 +00:00
[subset] keep East Asian spacing vhal, halt, chws, vchw by default
Closes: https://github.com/harfbuzz/harfbuzz/issues/4451
This commit is contained in:
parent
fde1c3692a
commit
b0150ffd05
1 changed files with 6 additions and 0 deletions
|
@ -123,6 +123,12 @@ hb_subset_input_t::hb_subset_input_t ()
|
|||
//justify
|
||||
HB_TAG ('j', 'a', 'l', 't'), // HarfBuzz doesn't use; others might
|
||||
|
||||
//East Asian spacing
|
||||
HB_TAG ('c', 'h', 'w', 's'),
|
||||
HB_TAG ('v', 'c', 'h', 'w'),
|
||||
HB_TAG ('h', 'a', 'l', 't'),
|
||||
HB_TAG ('v', 'h', 'a', 'l'),
|
||||
|
||||
//private
|
||||
HB_TAG ('H', 'a', 'r', 'f'),
|
||||
HB_TAG ('H', 'A', 'R', 'F'),
|
||||
|
|
Loading…
Add table
Reference in a new issue