[subset] Update default features list
This commit is contained in:
parent
26d8066a41
commit
40193adbfc
|
@ -140,6 +140,15 @@ hb_subset_input_create_or_fail (void)
|
||||||
HB_TAG ('r', 't', 'l', 'a'),
|
HB_TAG ('r', 't', 'l', 'a'),
|
||||||
HB_TAG ('r', 't', 'l', 'm'),
|
HB_TAG ('r', 't', 'l', 'm'),
|
||||||
|
|
||||||
|
//random
|
||||||
|
HB_TAG ('r', 'a', 'n', 'd'),
|
||||||
|
|
||||||
|
//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'),
|
||||||
|
|
||||||
//Complex shapers
|
//Complex shapers
|
||||||
//arabic
|
//arabic
|
||||||
HB_TAG ('i', 'n', 'i', 't'),
|
HB_TAG ('i', 'n', 'i', 't'),
|
||||||
|
@ -152,6 +161,7 @@ hb_subset_input_create_or_fail (void)
|
||||||
HB_TAG ('c', 's', 'w', 'h'),
|
HB_TAG ('c', 's', 'w', 'h'),
|
||||||
HB_TAG ('m', 's', 'e', 't'),
|
HB_TAG ('m', 's', 'e', 't'),
|
||||||
HB_TAG ('s', 't', 'c', 'h'),
|
HB_TAG ('s', 't', 'c', 'h'),
|
||||||
|
HB_TAG ('j', 'a', 'l', 't'), // HarfBuzz doesn't use; others might
|
||||||
|
|
||||||
//hangul
|
//hangul
|
||||||
HB_TAG ('l', 'j', 'm', 'o'),
|
HB_TAG ('l', 'j', 'm', 'o'),
|
||||||
|
|
Loading…
Reference in New Issue