Manjaro Difference between revisions of "Translations:Improve Font Rendering/6/en"

Difference between revisions of "Translations:Improve Font Rendering/6/en"

From Manjaro
(Importing a new version from external source)
(Importing a new version from external source)
 
Line 8: Line 8:
     <edit name="hinting" mode="assign">
     <edit name="hinting" mode="assign">
       <bool>true</bool>
       <bool>true</bool>
    </edit>
     <edit mode="assign" name="rgba">
     <edit mode="assign" name="rgba">
       <const>rgb</const>
       <const>rgb</const>

Latest revision as of 06:22, 18 January 2023

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Improve Font Rendering)
 <?xml version="1.0"?>
 <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
 <fontconfig>
   <match target="font">
     <edit name="antialias" mode="assign">
       <bool>true</bool>
     </edit>
     <edit name="hinting" mode="assign">
       <bool>true</bool>
     </edit>
     <edit mode="assign" name="rgba">
       <const>rgb</const>
     </edit>
     <edit mode="assign" name="hintstyle">
       <const>hintslight</const>
     </edit>
     <edit mode="assign" name="lcdfilter">
       <const>lcddefault</const>
     </edit>
   </match>
 </fontconfig>
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
  <match target="font">
    <edit name="antialias" mode="assign">
      <bool>true</bool>
    </edit>
    <edit name="hinting" mode="assign">
      <bool>true</bool>
    </edit>
    <edit mode="assign" name="rgba">
      <const>rgb</const>
    </edit>
    <edit mode="assign" name="hintstyle">
      <const>hintslight</const>
    </edit>
    <edit mode="assign" name="lcdfilter">
      <const>lcddefault</const>
    </edit>
  </match>
</fontconfig>
Cookies help us deliver our services. By using our services, you agree to our use of cookies.