[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
Wed Jul 10 23:21:25 BST 2019


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

--- Comment #7 from Michael <finoderi at protonmail.com> ---
@Josh Freeno
It's not Arch specific just because Arch devss don't temper with plasma, these
packages are from upstream. The reason nobody talks about it is because most of
the distro don't have that fresh plasma yet. And Neon users... don't file bug
reports that much.

Here is my font config.

<?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>
</fontconfig>

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


More information about the Unassigned-bugs mailing list