[Myanmar] Add note re Uniscribe NOT applying 'mark'
This commit is contained in:
parent
b842780138
commit
99749ca8e0
|
@ -120,6 +120,20 @@ static void
|
||||||
override_features_myanmar (hb_ot_shape_planner_t *plan)
|
override_features_myanmar (hb_ot_shape_planner_t *plan)
|
||||||
{
|
{
|
||||||
plan->map.add_feature (HB_TAG('l','i','g','a'), 0, true);
|
plan->map.add_feature (HB_TAG('l','i','g','a'), 0, true);
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Note:
|
||||||
|
*
|
||||||
|
* Spec says 'mark' is used, and the mmrtext.ttf font from
|
||||||
|
* Windows 8 has lookups for it. But testing suggests that
|
||||||
|
* Windows 8 Uniscribe is NOT applying it. It *is* applying
|
||||||
|
* 'mkmk' however.
|
||||||
|
*
|
||||||
|
* We want to apply it, since that's the right thing to do.
|
||||||
|
*/
|
||||||
|
#if 0
|
||||||
|
plan->map.add_feature (HB_TAG('m','a','r','k'), 0, true);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue