.fonts.conf
changeset 465 6f760b455ec6
parent 463 bcb0e7c32737
equal deleted inserted replaced
464:e11d9bbd1262 465:6f760b455ec6
    18   </match>
    18   </match>
    19 
    19 
    20   <!-- Disable anti-aliasing for small fonts. -->
    20   <!-- Disable anti-aliasing for small fonts. -->
    21   <match target="pattern">
    21   <match target="pattern">
    22     <test name="size" compare="less">
    22     <test name="size" compare="less">
    23       <double>14</double>
    23       <double>10</double>
    24     </test>
       
    25     <edit name="antialias" mode="assign">
       
    26       <bool>false</bool>
       
    27     </edit>
       
    28   </match>
       
    29   <match target="pattern">
       
    30     <test name="pixelsize" compare="less">
       
    31       <double>14</double>
       
    32     </test>
    24     </test>
    33     <edit name="antialias" mode="assign">
    25     <edit name="antialias" mode="assign">
    34       <bool>false</bool>
    26       <bool>false</bool>
    35     </edit>
    27     </edit>
    36   </match>
    28   </match>