# HG changeset patch # User Jason Rumney # Date 1220033552 0 # Node ID 111763d689bf059823dbc3e8970409fe9a0a1a12 # Parent 67484b4a5175612b08dfecbff2f7c6ecc6897e8c (uniscribe_check_otf): Don't fallback on DFLT script. diff -r 67484b4a5175 -r 111763d689bf src/w32uniscribe.c --- a/src/w32uniscribe.c Fri Aug 29 17:56:33 2008 +0000 +++ b/src/w32uniscribe.c Fri Aug 29 18:12:32 2008 +0000 @@ -734,10 +734,12 @@ 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. */