[Fontconfig] Re: fontconfig problem

Keith Packard keithp at keithp.com
Wed Sep 20 18:49:56 PDT 2006


On Thu, 2006-09-21 at 10:34 +0900, SungHyun Nam wrote:

>   <alias>
>     <family>monospace</family>
>     <prefer>
>       <family>Courier</family>
>       <family>GulimChe</family>
>     </prefer>
>   </alias>
>   ...
>   ...
>   ...
>   <!-- Use Courier for english character -->
>   <match target="pattern">
>     <test name="family" compare="contains"><string>GulimChe</string></test>
>     <edit name="family" mode="prepend" binding="same">
>       <string>Courier</string>
>     </edit>
>   </match>

That certainly looks like it should work. Please post the output from:

$ FC_DEBUG=1 fc-match 'GulimChe'

which will show both the pattern resulting from the above instructions
and the selected font.

-- 
keith.packard at intel.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://lists.freedesktop.org/archives/fontconfig/attachments/20060920/0f4fc0ed/attachment.pgp


More information about the Fontconfig mailing list