https://bugs.documentfoundation.org/show_bug.cgi?id=89970

--- Comment #4 from [email protected] ---
Hi,

Thanks a lot for having a look at this problem.
I think, I have figured it out actually.

It looks to me that Libreoffice does not care too much about its own "View"
settings if there is a fonts.conf in the ~\.config\fontconfig folder.

There (fonts.conf) I have made an adjustment for anti-aliasing:

<!--
    1) general anti-alias: OFF
-->
 <match target="font">
  <edit mode="assign" name="antialias">
   <bool>flase</bool>
  </edit>
 </match>
<!--
    2) size dependent anti-alias: ON
-->
 <match target="font">
  <test compare="more_eq" name="pixelsize" qual="any">
   <double>42.7</double>
  </test>
  <edit mode="assign" name="antialias">
   <bool>true</bool>
  </edit>
 </match> 

In addition, previously in my XFCE settings I have turned OFF anti-aliasing (
http://imgur.com/AcY43ob ). I have it turned ON now.

At the moment all anti-aliasing turned OFF in Libreoffice's "View" (
http://imgur.com/yjnvwir ), but still large letters get anti-aliasing when
zooming in, hence do not disappear.

I am using Version: 4.4.1.2, Build ID: 40m0(Build:2)

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to