[Fontconfig] Help, about font size

Keith Packard fontconfig@fontconfig.org
Wed, 12 Mar 2003 07:15:23 -0800


Around 19 o'clock on Mar 9, "Jeffrey Shen" wrote:

>    <test qual="any" name="size" compare="less_eq">
>        <string>12</string>
>    </test>

You'll have to change the type of the '12' in the above to get it to 
successfully compare against numbers.  Try

	<int>12</int>

instead.

-keith