317
contributi
Riga 9: | Riga 9: | ||
== Configurazione fontconfig == | == Configurazione fontconfig == | ||
Se assenti installiamo queste tre librerie: | Se assenti installiamo queste tre librerie: | ||
<pre># apt-get install fontconfig libcairo2 libxft2</pre> | <pre># apt-get install libfreetype6 fontconfig libcairo2 libxft2</pre> | ||
ma essendo usate da tutti i principali ambienti desktop è praticamente impossibile non averle (anche perché senza un desktop grafico ci sarebbero solo [http://en.wikipedia.org/wiki/Computer_font#Bitmap_fonts caratteri bitmap] e questa guida non servirebbe a molto).<br> | ma essendo usate da tutti i principali ambienti desktop è praticamente impossibile non averle (anche perché senza un desktop grafico ci sarebbero solo [http://en.wikipedia.org/wiki/Computer_font#Bitmap_fonts caratteri bitmap] e questa guida non servirebbe a molto).<br> | ||
Fatto il controllo, si può creare il file <code>.fonts.conf</code> nella nostra home con: | Fatto il controllo, si può creare il file <code>.fonts.conf</code> nella nostra home con: | ||
Riga 86: | Riga 86: | ||
<!-- Use font substitution to set your preferred fonts the default | <!-- Use font substitution to set your preferred fonts the default | ||
serif, sans-serif and monospace fonts. --> | serif, sans-serif and monospace fonts. You can also substitute | ||
a specific font not installed on the system (like Arial) with | |||
a [not necessarily] similar one (like FreeSans), just add | |||
another alias like these. --> | |||
<!-- remove this line to activate font substitution | <!-- remove this line to activate font substitution | ||
<alias> | <alias> | ||
Riga 100: | Riga 103: | ||
<prefer><family>Droid Sans Mono</family></prefer> | <prefer><family>Droid Sans Mono</family></prefer> | ||
</alias> | </alias> | ||
<alias> | <alias> | ||
<family>fantasy</family> | <family>fantasy</family> | ||
Riga 110: | Riga 111: | ||
<prefer><family>URW Chancery L</family></prefer> | <prefer><family>URW Chancery L</family></prefer> | ||
</alias> | </alias> | ||
--> | remove this line to activate font substitution --> | ||
<!-- Reject bitmap fonts in favour of Truetype, Postscript, etc. --> | <!-- Reject bitmap fonts in favour of Truetype, Postscript, etc. --> |
contributi