]> git.eshelyaron.com Git - emacs.git/commitdiff
(uniscribe_check_otf): Don't fallback on DFLT script.
authorJason Rumney <jasonr@gnu.org>
Fri, 29 Aug 2008 18:13:10 +0000 (18:13 +0000)
committerJason Rumney <jasonr@gnu.org>
Fri, 29 Aug 2008 18:13:10 +0000 (18:13 +0000)
src/ChangeLog
src/w32uniscribe.c

index c8759808038034400b8fdfcff305a94dbcda14e1..97135252c252746032217c080b7221dd1533125c 100644 (file)
@@ -1,3 +1,7 @@
+2008-08-29  Jason Rumney  <jasonr@gnu.org>
+
+       * w32uniscribe.c (uniscribe_check_otf): Don't fallback on DFLT script.
+
 2008-08-29  Eli Zaretskii  <eliz@gnu.org>
 
        * composite.c (fill_gstring_body): Avoid compiler warnings.
index 871b7925ddce2328eb47155f7fc0cb720732f5b1..ce2dd1663131cdb2bbc8204c9049cecf4d8fb8fd 100644 (file)
@@ -734,10 +734,12 @@ int uniscribe_check_otf (font, otf_spec)
              OTF_INT16_VAL (tbl, scriptlist_table + 6 + j * 6, &script_table);
              break;
            }
+#if 0    /* Causes false positives.  */
          /* If there is a DFLT script defined in the font, use it
             if the specified script is not found.  */
          else if (script_id == default_script)
            OTF_INT16_VAL (tbl, scriptlist_table + 6 + j * 6, &script_table);
+#endif
        }
       /* If no specific or default script table was found, then this font
         does not support the script.  */