[Fontconfig] Help, about font size

Keith Packard keithp at keithp.com
Thu Mar 13 02:15:23 EST 2003


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






More information about the Fontconfig mailing list