X-Git-Url: https://git.wh0rd.org/?p=fontconfig.git;a=blobdiff_plain;f=src%2Ffcmatch.c;h=1b9162b46cde6ee2fe4974185f17c54939aed9ba;hp=f111be52f8114b94d68f5484cc7941f567cd886f;hb=bf3bfa72d91e8bc37903d7e1bb7ac23c6ef4952a;hpb=e61eba94efffbdbec6f9e08f3fb04b75f0ba2a3f diff --git a/src/fcmatch.c b/src/fcmatch.c index f111be5..1b9162b 100644 --- a/src/fcmatch.c +++ b/src/fcmatch.c @@ -749,7 +749,7 @@ FcFontSetSort (FcConfig *config, * If this node matches any language, go check * which ones and satisfy those entries */ - if (nodeps[f]->score[MATCH_LANG_INDEX] < 200) + if (nodeps[f]->score[MATCH_LANG_INDEX] < 2000) { for (i = 0; i < nPatternLang; i++) {