| View previous topic :: View next topic |
| Author |
Message |
lesterness General User

Joined: 09 Jul 2008 Posts: 5 Location: China
|
Posted: Fri Jul 11, 2008 11:02 pm Post subject: Greek fonts, astrology fonts |
|
|
previously I used the TTF fonts SP Ionic, SP Achmimic, Alchemy and Astrolog in my writings. I did this both in Word Perfect and WinWord. These fonts are not among the default Open Office fonts. Can I add them? How? _________________ Lester Ness |
|
| Back to top |
|
 |
Robert Tucker Moderator


Joined: 16 Aug 2004 Posts: 3367 Location: Manchester UK
|
Posted: Fri Jul 11, 2008 11:23 pm Post subject: |
|
|
For Microsoft:
http://support.microsoft.com/kb/314960 _________________ LibreOffice 3.6.6 on Fedora 18, LibreOffice 4.0.2 on Ubuntu 13.04 (Double Boot) |
|
| Back to top |
|
 |
lesterness General User

Joined: 09 Jul 2008 Posts: 5 Location: China
|
Posted: Sat Jul 12, 2008 4:44 am Post subject: |
|
|
How about for Ubuntu?
lesterness _________________ Lester Ness |
|
| Back to top |
|
 |
Robert Tucker Moderator


Joined: 16 Aug 2004 Posts: 3367 Location: Manchester UK
|
Posted: Sat Jul 12, 2008 4:45 am Post subject: |
|
|
Copy .ttf's to (a folder in) /usr/share/fonts. _________________ LibreOffice 3.6.6 on Fedora 18, LibreOffice 4.0.2 on Ubuntu 13.04 (Double Boot) |
|
| Back to top |
|
 |
lesterness General User

Joined: 09 Jul 2008 Posts: 5 Location: China
|
Posted: Sat Jul 12, 2008 10:51 pm Post subject: Greek, etc. TTF fonts |
|
|
| Robert Tucker wrote: | | Copy .ttf's to (a folder in) /usr/share/fonts. |
How to copy? Clicking and dragging the icon to the /usr/share/fonts/ttf folder does not work. I drag, the icon flies back to the desktop.
Lester _________________ Lester Ness |
|
| Back to top |
|
 |
Robert Tucker Moderator


Joined: 16 Aug 2004 Posts: 3367 Location: Manchester UK
|
Posted: Sun Jul 13, 2008 1:34 am Post subject: |
|
|
You'll need to do it as root. Something along the lines of:
| Code: | $ sudo mkdir /usr/share/fonts/extras
$ sudo cp /home/your_username/Desktop/font_name.ttf /usr/share/fonts/extras
|
Otherwise install Krusader and start that as root. _________________ LibreOffice 3.6.6 on Fedora 18, LibreOffice 4.0.2 on Ubuntu 13.04 (Double Boot) |
|
| Back to top |
|
 |
lesterness General User

Joined: 09 Jul 2008 Posts: 5 Location: China
|
Posted: Sun Jul 13, 2008 4:45 pm Post subject: |
|
|
| Robert Tucker wrote: | You'll need to do it as root. Something along the lines of:
| Code: | $ sudo mkdir /usr/share/fonts/extras
$ sudo cp /home/your_username/Desktop/font_name.ttf /usr/share/fonts/extras
|
Otherwise install Krusader and start that as root. |
Thanks!
What is Krusader?
Lesterness _________________ Lester Ness |
|
| Back to top |
|
 |
Robert Tucker Moderator


Joined: 16 Aug 2004 Posts: 3367 Location: Manchester UK
|
Posted: Sun Jul 13, 2008 11:09 pm Post subject: |
|
|
Krusader
With it you can copy files across (from what's on side of the screen to the other), create directories, create links, and delete files and directories (but as with rm at the command line you won't thereafter even find them in your Trash/Wastebasket).
Check for it in apt/Synaptic. _________________ LibreOffice 3.6.6 on Fedora 18, LibreOffice 4.0.2 on Ubuntu 13.04 (Double Boot) |
|
| Back to top |
|
 |
|