[systemsettings] [Bug 409374] You can not enable font anti-aliasing with sub-pixel rendering because system settings will automatically put a check mark in the box to block anti-aliasing and make fonts unreadable and you can remove checkmark but gets placed back upon opening and close

Michael bugzilla_noreply at kde.org
Thu Jul 11 12:55:42 BST 2019


https://bugs.kde.org/show_bug.cgi?id=409374

--- Comment #12 from Michael <finoderi at protonmail.com> ---
OK. I opened systemsettings, chose 'Fonts', closed systemsettings, open Dolphin
and that's how list of files in ~ looks now - https://i.imgur.com/OcpvZqG.png

fonts.conf

<?xml version='1.0'?>
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
<fontconfig>
 <dir>~/.fonts</dir>
 <match target="font">
  <edit name="hinting" mode="assign">
   <bool>true</bool>
  </edit>
 </match>
 <match target="font">
  <edit name="hintstyle" mode="assign">
   <const>hintslight</const>
  </edit>
 </match>
 <match target="font">
  <edit name="rgba" mode="assign">
   <const>rgb</const>
  </edit>
 </match>
 <match target="font">
  <edit name="antialias" mode="assign">
   <bool>true</bool>
  </edit>
 </match>
 <match target="font">
  <test qual="any" name="size" compare="more_eq">
   <double>0</double>
  </test>
  <test qual="any" name="size" compare="less_eq">
   <double>297</double>
  </test>
  <edit name="antialias" mode="assign">
   <bool>false</bool>
  </edit>
 </match>
 <match target="font">
  <test qual="any" name="pixelsize" compare="more_eq">
   <double>0</double>
  </test>
  <test qual="any" name="pixelsize" compare="less_eq">
   <double>396</double>
  </test>
  <edit name="antialias" mode="assign">
   <bool>false</bool>
  </edit>
 </match>
</fontconfig>

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.


More information about the Unassigned-bugs mailing list