[OT] Apply 'rclt' feature in horizontal mode
'rclt' is "Required Contextual Forms" being proposed by Microsoft. It's like 'calt', but supposedly always on. We apply 'calt' anyway, and now apply this too.
This commit is contained in:
parent
b1914b8bd0
commit
f4e48adcdd
|
@ -54,6 +54,7 @@ hb_tag_t horizontal_features[] = {
|
|||
HB_TAG('c','l','i','g'),
|
||||
HB_TAG('c','u','r','s'),
|
||||
HB_TAG('k','e','r','n'),
|
||||
HB_TAG('r','c','l','t'),
|
||||
};
|
||||
|
||||
/* Note:
|
||||
|
|
Loading…
Reference in New Issue