Difference between revisions of "Improve Font Rendering"

imported>Aaditya
imported>Aaditya
Line 1: Line 1:


===How to improve font rendering with your installed fonts===
===How to improve font rendering with your installed fonts===
(Courtesy FadeMind's Forum post [http://forum.manjaro.org/index.php?topic=6879.msg62703#msg62703 here])
(Courtesy FadeMind's Forum post [http://forum.manjaro.org/index.php?topic=6879.msg62703#msg62703 here], and the Arch Wiki [https://wiki.archlinux.org/index.php/Font_Configuration#Example_fontconfig_configurations here] )


''Note-This method works on a per-user basis''
''Note-This method works on a per-user basis''
Line 20: Line 20:
     <const>hintslight</const>
     <const>hintslight</const>
   </edit>
   </edit>
  <edit mode="assign" name="lcdfilter">
    <const>lcddefault</const>
  </edit>
  </match>
  </match>


Line 36: Line 39:
  Xft.dpi:        96
  Xft.dpi:        96
  Xft.antialias:  true
  Xft.antialias:  true
Xft.lcdfilter:  lcddefault
  Xft.rgba:      rgb
  Xft.rgba:      rgb
  Xft.hinting:    true
  Xft.hinting:    true
Anonymous user