Bug 57114 - regression on FcFontMatch with namelang
authorAkira TAGOH <akira@tagoh.org>
Thu, 15 Nov 2012 07:37:01 +0000 (16:37 +0900)
committerAkira TAGOH <akira@tagoh.org>
Thu, 15 Nov 2012 07:37:32 +0000 (16:37 +0900)
commitc20ac78b01df3f0919352bba16b5b48b3b5d4d6d
treebe6b6162cefd31dfcd6813029720b5ef59d7200f
parentbdaef0b80dc27f4ab7a9d9bcedcfd8b5724b3cfd
Bug 57114 - regression on FcFontMatch with namelang

After 7587d1c99d9476b6dd4dbe523c0204da700fed8d applied, family,
style, and fullname is localized against current locale or lang
if any though, the string in other languages were dropped from
the pattern. this caused unexpected mismatch on the target="font"
rules.

This fix adds other strings at the end of the list.
src/fcint.h
src/fcmatch.c
src/fcpat.c