Reply to comment


Using MacOS X fonts with OpenOffice on a MacBook Pro

Posted on 12 May 2006 - 18:28

After more than 15 years using Microsoft Office (I started with Word 1.0 on a Macintosh SE), I decided to live without it on my new MacBook Pro.

NeoOffice, the OpenOffice port that uses the Mac's graphical system is not yet available for Intel Macs, so I installed an "community build" (read non-official) of the X11 version. Sure, the GUI isn't as polished as a regular MacOS application, but you get used to it. The major problem is that it has a very small number of ugly fonts and doesn't know the Mac's nifty fonts.

Adding the MacOS fonts to OpenOffice doesn't look common knowledge on Google but is actually quite simple, so here it is for posterity:
  • install Fondu, a set of font file conversion tools, to convert MacOS fonts to TTF fonts that X11 understands
  • open a terminal and type ({app-dir} is where your OpenOffice application lies):
    cd {app-dir}/OpenOffice.org\ 2.0.app/Contents/MacOS/share/fonts
    mkdir system
    cd system
    fondu /System/Library/Fonts/*
This converts all Mac system fonts in a place where OpenOffice looks up its fonts. You still miss the super-fancy ligatures of fonts like Zapfino, but you got them all!

Reply

The content of this field is kept private and will not be shown publicly. If you have a Gravatar account, used to display your avatar.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.
  • Web page addresses and e-mail addresses turn into links automatically.

More information about formatting options

CAPTCHA
Please answer this question to show that you're not a stupid spam robot.
13 + 2 =
Solve this simple math problem and enter the result. E.g. for 1+3, enter 4.