summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2016-02-25 11:31:03 +0900
committerBehdad Esfahbod <behdad@behdad.org>2016-02-25 11:31:03 +0900
commit94dd0bb7e78125994cb7c833a5b03110f1ffc822 (patch)
tree9e5dd1afcfd3e53cff368a3942af09092969505b
parentdd8598c1c7f29fc92253b0cd4e856c1941b1d0c0 (diff)
Add blacklist signature for Times New Roman (Bold) Italic on OS X
-rw-r--r--src/hb-ot-layout.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/hb-ot-layout.cc b/src/hb-ot-layout.cc
index 2be4b207..1071d073 100644
--- a/src/hb-ot-layout.cc
+++ b/src/hb-ot-layout.cc
@@ -72,6 +72,8 @@ _hb_ot_layout_create (hb_face_t *face)
if (0
|| (442 == gdef_len && 42038 == gpos_len && 2874 == gsub_len) /* Windows 7 timesi.ttf */
|| (430 == gdef_len && 40662 == gpos_len && 2874 == gsub_len) /* Windows 7 timesbi.ttf */
+ || (490 == gdef_len && 41638 == gpos_len && 3046 == gsub_len) /* OS X 10.11.3 Times New Roman Italic.ttf */
+ || (478 == gdef_len && 41902 == gpos_len && 3046 == gsub_len) /* OS X 10.11.3 Times New Roman Bold Italic.ttf */
)
{
/* In certain versions of Times New Roman Italic and Bold Italic,