[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Antialiasing через fontconfig не выключается



Hi!

В свое время сделал себе настройку, чтобы для маленьких шрифтов antialiasing
выключить. В /etc/fonts/local.conf прописал:

<match target="font">
 <test name="size" compare="less">
  <int>14</int>
 </test>
 <edit name="antialias" mode="assign">
  <bool>false</bool>
 </edit>
</match>

И все работало. Но последняя, поставленная сегодня из unstable Mozilla на эту
настройку плюет. И wine плюет. Может, я забыл чего?

-- 
SY: Dmitry Melamud

I am the "ILOVEGNU" signature virus. Just copy me to your signature.
This email was infected under the terms of the GNU General Public License.



Reply to: