.jpg)
Questo è un breve Tutorial per aggiungere i Font in OpenOffice su Ubuntu. Nel precedente articolo abbiamo visto una lista dei migliori siti per scaricare font da internet, adesso invece vediamo come aggiungerli a OpenOffice su Ubuntu.
Per chi non conoscesse OpenOffice, diciamo che è l'equivalente opensource di Microsoft Office, che comprende quindi Foglio di Calcolo, Word Processor, Programma di disegno, ecc.
Dopo aver scaricato i nostri font preferiti sul nostro desktop, apriamo il terminale e digitiamo questi due comandi:
sudo cp /home/user/Desktop/nome_font.ttf /usr/share/fonts/truetype/
fc-cache -f -v
attenzione a cambiare user e nome_font.ttf
Fatto ciò apriamo OpenOffice e in "Nome del Carattere" troverete il/i font appena caricati. Inoltre i font saranno disponibili anche in altre applicazioni come The Gimp.
Se avete problemi commentate :D
| Condividi |

Commenti
sudo cp /home/agnese/Desktop/lassus_font.ttf /usr/share/fonts/truetype/
cp: impossibile eseguire stat di "/home/agnese/Desktop/lassus_font.ttf": Nessun file o directory
agnese@ubuntu:~$ fc -cache -f -v
bash: fc: -c: opzione non valida
fc: uso: fc [-e ename] [-lnr] [first] [last] or fc -s [pat=rep] [command]
agnese@ubuntu:~$ sudo cp /home/agnese/Desktop/lassus.ttf/usr/share/fonts/truetype/
cp: manca l'operando per il file di destinazione dopo "/home/agnese/Desktop/lassus.ttf/usr/share/fonts/truetype/"
Usare «cp --help» per ulteriori informazioni.
agnese@ubuntu:~$ fc-cache-f-v
fc-cache-f-v: command not found
agnese@ubuntu:~$ fc-cache -f -v
/usr/share/fonts: caching, new cache contents: 0 fonts, 3 dirs
/usr/share/fonts/X11: caching, new cache contents: 0 fonts, 6 dirs
/usr/share/fonts/X11/100dpi: caching, new cache contents: 0 fonts, 0 dirs
/usr/share/fonts/X11/75dpi: caching, new cache contents: 0 fonts, 0 dirs
/usr/share/fonts/X11/Type1: caching, new cache contents: 44 fonts, 0 dirs
/usr/share/fonts/X11/encodings: caching, new cache contents: 0 fonts, 1 dirs
/usr/share/fonts/X11/encodings/large: caching, new cache contents: 0 fonts, 0 dirs
/usr/share/fonts/X11/misc: caching, new cache contents: 0 fonts, 0 dirs
/usr/share/fonts/X11/util: caching, new cache contents: 0 fonts, 0 dirs
/usr/share/fonts/truetype: caching, new cache contents: 1 fonts, 11 dirs
/usr/share/fonts/truetype/freefont: caching, new cache contents: 12 fonts, 0 dirs
/usr/share/fonts/truetype/latex-xft-fonts: caching, new cache contents: 7 fonts, 0 dirs
/usr/share/fonts/truetype/openoffice: caching, new cache contents: 1 fonts, 0 dirs
/usr/share/fonts/truetype/thai: caching, new cache contents: 54 fonts, 0 dirs
/usr/share/fonts/truetype/ttf-dejavu: caching, new cache contents: 6 fonts, 0 dirs
/usr/share/fonts/truetype/ttf-indic-fonts-core: caching, new cache contents: 11 fonts, 0 dirs
/usr/share/fonts/truetype/ttf-kacst: caching, new cache contents: 16 fonts, 0 dirs
/usr/share/fonts/truetype/ttf-lao: caching, new cache contents: 1 fonts, 0 dirs
/usr/share/fonts/truetype/unfonts: caching, new cache contents: 4 fonts, 0 dirs
/usr/share/fonts/truetype/vlgothic: caching, new cache contents: 2 fonts, 0 dirs
/usr/share/fonts/truetype/wqy: caching, new cache contents: 2 fonts, 0 dirs
/usr/share/fonts/type1: caching, new cache contents: 0 fonts, 2 dirs
/usr/share/fonts/type1/gsfonts: caching, new cache contents: 35 fonts, 0 dirs
/usr/share/fonts/type1/mathml: caching, new cache contents: 1 fonts, 0 dirs
/usr/share/X11/fonts: skipping, no such directory
/usr/local/share/fonts: caching, new cache contents: 0 fonts, 0 dirs
/home/agnese/.fonts: skipping, no such directory
/usr/share/fonts/truetype/ttf-malayalam-fonts: skipping, no such directory
/var/cache/fontconfig: not cleaning unwritable cache directory
/home/agnese/.fontconfig: cleaning cache directory
fc-cache: succeeded
agnese@ubuntu:~$
COME MAI MI SPUNTA QUESTO E NON MI SALVA IL FONT?
Ciao, sicuro di avere la cartella /usr/share/fonts/truetype/ ?
Invia nuovo commento