| Article: |
X11 and OpenOffice on Mac OS X | |
| Subject: | Fonts and printing in OpenOffice.org | |
| Date: | 2003-04-29 13:17:49 | |
| From: | dynamic88 | |
|
I just took the plunge and installed OpenOffice.org on my G4 PowerMac. It's my first successful attempt at getting an app to run under X11. The instructions in the article above were invaluable. Anyways, I'm glad to finally have it on my Mac, after becoming addicted to OpenOffice.org on my Windoze box at work. Still, there are a couple of MINOR glitches to be solved:
|
||
Showing messages 1 through 2 of 2.
-
Fonts and printing in OpenOffice.org
2006-05-30 13:54:43 gbkersey [View]
-
Fonts and printing in OpenOffice.org
2003-12-12 03:37:13 anonymous2 [View]
Hi,
I too have been wondering about installing fonts in Open Office OS X and haven't found the information anywhere - did you figure it out? I'd appreciate it if you could let me know. Please reply to <prnott@chemeng.iisc.ernet.in> - many thanks.
Prabhu



try this from a terminal window:
1) get root
su -
2) cd to the X11 TTF directory
cd /usr/lib/X11/fonts/TTF
3) create sybolic links to the OSX system true type fonts.
for i in /Library/Fonts/*.ttf /Library/Fonts/*.TTF; do ln -fs $i; done
4) start up OpenOffice