We've expanded our news coverage and improved our search! Visit
oreilly.com for the latest or search for all things across O'Reilly!
Article:
 |
|
X11 and OpenOffice on Mac OS X
|
| Subject: |
|
Fonts and printing in OpenOffice.org |
| Date: |
|
2006-05-30 13:54:43 |
| From: |
|
gbkersey
|
Response to: Fonts and printing in OpenOffice.org
|
|
0) close X11
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
|