src/hb-ot-layout.cc |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 1c625dff2269c54ff429ca45be88893ff1fa6c34
Author: Behdad Esfahbod <beh...@behdad.org>
Date:   Sat Apr 9 12:53:23 2016 -0700

    Minor

diff --git a/src/hb-ot-layout.cc b/src/hb-ot-layout.cc
index 5628ac3..25a35b4 100644
--- a/src/hb-ot-layout.cc
+++ b/src/hb-ot-layout.cc
@@ -70,10 +70,10 @@ _hb_ot_layout_create (hb_face_t *face)
     unsigned int gsub_len = hb_blob_get_length (layout->gsub_blob);
     unsigned int gpos_len = hb_blob_get_length (layout->gpos_blob);
     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 */
-      || (442 == gdef_len && 39116 == gpos_len && 2874 == gsub_len) /* Windows 
??? timesi.ttf */
-      || (430 == gdef_len && 39374 == gpos_len && 2874 == gsub_len) /* Windows 
??? timesbi.ttf */
+      || (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 */
+      || (442 == gdef_len && 39116 == gpos_len && 2874 == gsub_len) /* Windows 
7 timesi.ttf */
+      || (430 == gdef_len && 39374 == 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 */
     )
_______________________________________________
HarfBuzz mailing list
HarfBuzz@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/harfbuzz

Reply via email to