[Fontconfig] How can I match fonts with their lang?
Keith Packard
keithp at keithp.com
Tue May 20 14:26:51 EST 2003
Around 9 o'clock on May 20, James Su wrote:
> I want to match fonts with their lang tag, so I add following config
> into fonts.conf:
>
> <match target="font">
> <test name="lang" compare="contains">
> <string>zh</string>
> </test>
Use compare="equal" instead of "contains". I'm not sure 'contains' has
sensible semantics for language sets.
-keith
More information about the Fontconfig
mailing list