Migliorare l'aspetto dei font: differenze tra le versioni

m
→‎Configurazione di sistema: non usare font Type 1
(Nascosta la sezione Infinality, progetto attualmente non mantenuto stabilmente da nessuno)
m (→‎Configurazione di sistema: non usare font Type 1)
Riga 380: Riga 380:
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<fontconfig>
<match target="pattern">
  <match target="pattern">
  <edit mode="append" name="antialias">
    <edit mode="append" name="antialias">
  <bool>true</bool>
      <bool>true</bool>
  </edit>
    </edit>
  <edit mode="append" name="hinting">
    <edit mode="append" name="hinting">
  <bool>true</bool>
      <bool>true</bool>
  </edit>
    </edit>
  <edit mode="append" name="hintstyle">
    <edit mode="append" name="hintstyle">
  <const>hintslight</const>
      <const>hintslight</const>
  </edit>
    </edit>
  <edit mode="append" name="rgba">
    <edit mode="append" name="rgba">
  <const>rgb</const>
      <const>rgb</const>
  </edit>
    </edit>
  <edit mode="append" name="lcdfilter">
    <edit mode="append" name="lcdfilter">
  <const>lcddefault</const>
      <const>lcddefault</const>
  </edit>
    </edit>
  <edit mode="append" name="embeddedbitmap">
    <edit mode="append" name="embeddedbitmap">
  <bool>false</bool>
      <bool>false</bool>
  </edit>
    </edit>
</match>
  </match>
<selectfont><rejectfont><pattern>
  <selectfont><rejectfont><pattern>
  <patelt name="scalable"><bool>false</bool></patelt>
    <patelt name="scalable"><bool>false</bool></patelt>
</pattern></rejectfont></selectfont>
  </pattern></rejectfont></selectfont>
  <selectfont><rejectfont><pattern>
    <patelt name="fontformat"><string>Type 1</string></patelt>
  </pattern></rejectfont></selectfont>
</fontconfig>
</fontconfig>
</pre>
</pre>
317

contributi