(Italiano) Aggiungere nuovi font in ubuntu

Vi piacciono caratteri non disponsibili in ubuntu, ma che avete trovato in internet?

Le fonti possono essere tanti, ne citiamo una:

fonts vari

 

Le cose più comuni che dovrete fare sono:

  1. trasferire i file ttf nella cartellina /usr/share/fonts
  2. aggiornare la lista dei font

 

Passo 1. La cartellina /usr/share/fonts contiene tutti i fonts aggiuntivi (sia ttf che ttc).

Una volta raccolti tutti i file di tipo ttf nella vostra scrivania nuovi_fonts, li potete spostare nella cartella “nuovi” nella posizione/usr/share/fonts

sudo mv ~/Scrivania/nuovi_fonts/*.ttf /usr/share/fonts/nuovi/

 

Il passo 2 consiste semplicemente in questo comando

sudo fc-cache -fv

dopo questo secondo passaggio, i nuovi tipi di carattere saranno disponibili nelle varie applicazioni del sistema operativo: gimp, libreoffice, inkscape, …

 

Le ragioni del perché si integrano i font sono queste:

What is TrueType Font? TrueType Font (TTF) is an outline font standard developed by Apple and Microsoft in the late 1980s as a competitor to Adobe’s Type 1 fonts used in PostScript. It has becom e the most common format for fonts on both the Mac OS and Microsoft Windows operating system.
The familiar TrueType Font are Times Roman, Helvetica, Courier, etc. In Microsoft Windows operating system fonts are Times New Roman (compatible with Times Roman), Arial (compatible with Helvetica), and Courier New (compatible with Courier), etc.

By default, Ubuntu has no TrueType Font (TTF). So Ubuntu users often need TrueType Font for Open Office, Libre Office, Gimp, and another programs. This article will give you tutorial how to install TTF (TrueType Font) on Ubuntu (here I use Ubuntu 13.10). So check this out.

http://tutorialforlinux.blogspot.com.es/2013/11/tutorial-install-truetype-font-on-ubuntu.html

 

Tutto chiaro?

Dizionari

Per poter poi usare bene l’editor di testo, meglio avvalerse di un controllo ortografico, che si basa su un dizionario:

quello italiano

https://extensions.libreoffice.org/extensions/italian-dictionary-thesaurus-hyphenation-patterns

o in altre lingue cercandolo https://extensions.libreoffice.org/extensions

Lascia un commento

Il tuo indirizzo email non sarà pubblicato. I campi obbligatori sono contrassegnati *