[subset-input] Minor move
This commit is contained in:
parent
40193adbfc
commit
40d7d56e53
|
@ -143,6 +143,9 @@ hb_subset_input_create_or_fail (void)
|
|||
//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'),
|
||||
|
@ -161,7 +164,6 @@ hb_subset_input_create_or_fail (void)
|
|||
HB_TAG ('c', 's', 'w', 'h'),
|
||||
HB_TAG ('m', 's', 'e', 't'),
|
||||
HB_TAG ('s', 't', 'c', 'h'),
|
||||
HB_TAG ('j', 'a', 'l', 't'), // HarfBuzz doesn't use; others might
|
||||
|
||||
//hangul
|
||||
HB_TAG ('l', 'j', 'm', 'o'),
|
||||
|
|
Loading…
Reference in New Issue