summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2013-07-26 10:33:06 -0400
committerBehdad Esfahbod <behdad@behdad.org>2013-07-26 10:33:06 -0400
commit6fadd9dd7cc220f131c29946285831635afc8044 (patch)
tree9bf96957a2cbfe863533f9a261dd55bb276e86a8
parent86522e493d071f395b5abf64289232bf8867ac29 (diff)
Apply 'mark' to Myanmar
According to Andrew Glass: "The issue with Myanmar <mark> feature was fixed via a servicing patch as soon as Windows 8 became available."
-rw-r--r--src/hb-ot-shape-complex-myanmar.cc11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/hb-ot-shape-complex-myanmar.cc b/src/hb-ot-shape-complex-myanmar.cc
index e5af8930..29f29bb5 100644
--- a/src/hb-ot-shape-complex-myanmar.cc
+++ b/src/hb-ot-shape-complex-myanmar.cc
@@ -104,17 +104,6 @@ static void
override_features_myanmar (hb_ot_shape_planner_t *plan)
{
plan->map.add_feature (HB_TAG('l','i','g','a'), 0, F_GLOBAL);
-
- /*
- * 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.
- */
- if (hb_options ().uniscribe_bug_compatible)
- plan->map.add_feature (HB_TAG('m','a','r','k'), 0, F_GLOBAL);
}