meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
linux:prepare:x_window [2017/01/18 20:19] niziaklinux:prepare:x_window [2017/01/18 20:26] niziak
Line 5: Line 5:
   * Settings -> Appearance -->  (it works only for XFCE desktop)   * Settings -> Appearance -->  (it works only for XFCE desktop)
  
-<file | ~/.fonts.conf>+<file xml | ~/.fonts.conf>
 <?xml version=”1.0″ ?> <?xml version=”1.0″ ?>
 <!DOCTYPE fontconfig SYSTEM “fonts.dtd”> <!DOCTYPE fontconfig SYSTEM “fonts.dtd”>
 <fontconfig> <fontconfig>
-<match target=”font”> +    <match target=”font”> 
-<edit name=”autohint” mode=”assign”> + <edit name=”autohint” mode=”assign”><bool>true</bool></edit
-<bool>true</bool> +    </match> 
-</edit> + <!-- 
-</match>+            use rgb sub-pixel ordering to improve glyph appearance on 
 +            LCD screens.  Changes affecting rendering, but not matching 
 +            should always use target="font"
 +       --> 
 +       <match target="font"> 
 +            <edit name="rgba" mode="assign"><const>rgb</const></edit> 
 +            <edit name="hintstyle" mode="assign"><const>hintfull</const></edit> 
 +       </match> 
 +    
 </fontconfig> </fontconfig>
 +
 </file> </file>