Manjaro Difference between revisions of "Improve Font Rendering"

Difference between revisions of "Improve Font Rendering"

From Manjaro
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===




Line 53: Line 54:




=Support=
= Install Ubuntu/Infinality Fonts for better rendering =


Following is a link to this page's forum counterpart where you can post any related feedback: [http://forum.manjaro.org/index.php?topic=6879.0]


'''[http://forum.manjaro.org/index.php?topic=3459.0 How to install Ubuntu/Infinality fonts in Manjaro Linux - v2.0] '''by StealthPenguin


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].
Follow the link given.


=See Also=




[https://wiki.archlinux.org/index.php/Font_Configuration The Arch Wiki]
=Support=




[[Category:Contents Page]]
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].


= Install Ubuntu/Infinality Fonts for better rendering =


Following is a link to this page's forum counterpart where you can post any related feedback: [http://forum.manjaro.org/index.php?topic=6879.msg62703#msg62703]


'''[http://forum.manjaro.org/index.php?topic=3459.0 How to install Ubuntu/Infinality fonts in Manjaro Linux - v2.0] '''by StealthPenguin
Feedback about StealthPenguin's post about installing Ubuntu/Infinality fonts can be made at his forum post [http://forum.manjaro.org/index.php?topic=3459.0].


Follow the link given.


=See Also=


=Support=


Following is a link to this page's forum counterpart where you can post any related feedback: [http://forum.manjaro.org/index.php?topic=6879.msg62703#msg62703]
[https://wiki.archlinux.org/index.php/Font_Configuration The Arch Wiki]
 
Feedback about StealthPenguin's post about installing Ubuntu/Infinality fonts can be made at his forum post [http://forum.manjaro.org/index.php?topic=3459.0].




[[Category:Contents Page]]
[[Category:Contents Page]]

Revision as of 09:58, 4 October 2013

How to improve font rendering with your installed fonts

1. Create the file

sudo gedit /etc/fonts/local.conf

with code:

<match target="font">
  <edit name="autohint" mode="assign">
    <bool>true</bool>
  </edit>
  <edit name="hinting" mode="assign">
    <bool>true</bool>
  </edit>
  <edit mode="assign" name="hintstyle">
    <const>hintslight</const>
  </edit>
  <edit mode="assign" name="lcdfilter">
   <const>lcddefault</const>
 </edit>
</match>

Save changes in the file.


2. Create backup a .Xresources file:

cp .Xresources Xresources.bak


3. Open .Xresources file in text editor.

gedit .Xresources

Delete current content, paste in:

! Xft settings ---------------------------------------------------------------
Xft.dpi:        96
Xft.antialias:  true
Xft.lcdfilter:  lcddefault
Xft.rgba:       rgb
Xft.hinting:    true
Xft.hintstyle:  hintslight

Save changes in the file.


4.Run a command in terminal:

xrdb -merge ~/.Xresources


5.Make sure that antialiasing, hiting is ON in system settings Your Desktop Environment.

Finally reboot your computer to apply the settings.


Install Ubuntu/Infinality Fonts for better rendering

How to install Ubuntu/Infinality fonts in Manjaro Linux - v2.0 by StealthPenguin

Follow the link given.


Support

Courtesy FadeMind's Forum post here, and the Arch Wiki here.


Following is a link to this page's forum counterpart where you can post any related feedback: [1]

Feedback about StealthPenguin's post about installing Ubuntu/Infinality fonts can be made at his forum post [2].


See Also

The Arch Wiki

Cookies help us deliver our services. By using our services, you agree to our use of cookies.