[myanmar] Apply abvm/blwm
This commit is contained in:
parent
8acbb6be27
commit
5e7432b817
|
@ -60,6 +60,16 @@ other_features[] =
|
||||||
HB_TAG('p','s','t','s'),
|
HB_TAG('p','s','t','s'),
|
||||||
/* Positioning features, though we don't care about the types. */
|
/* Positioning features, though we don't care about the types. */
|
||||||
HB_TAG('d','i','s','t'),
|
HB_TAG('d','i','s','t'),
|
||||||
|
/* Pre-release version of Windows 8 Myanmar font had abvm,blwm
|
||||||
|
* features. The released Windows 8 version of the font (as well
|
||||||
|
* as the released spec) used 'mark' instead. The Windows 8
|
||||||
|
* shaper however didn't apply 'mark' but did apply 'mkmk'.
|
||||||
|
* Perhaps it applied abvm/blwm. This was fixed in a Windows 8
|
||||||
|
* update, so now it applies mark/mkmk. We are guessing that
|
||||||
|
* it still applies abvm/blwm too.
|
||||||
|
*/
|
||||||
|
HB_TAG('a','b','v','m'),
|
||||||
|
HB_TAG('b','l','w','m'),
|
||||||
};
|
};
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
Loading…
Reference in New Issue