[OpenFontLibrary] FontForge install
George Williams
gww at silcom.com
Fri Jan 2 08:14:20 PST 2009
On Fri, 2009-01-02 at 02:45, Miguel Eduardo Venegas Monroy wrote:
> 1. Insert the Mac OS X installation DVD and installed X11. Please edit
> this line with exact details on how to do this.
Recent versions of FontForge expose a bug in old OS/X 10.5 X11 installs.
After doing this step it is a good idea to do
<Apple menu>->Software Update...
and select
Mac OS X Update Combined
> 5. Create a ~/.fonts directory and drop some fonts into it. Please add
> a better explanation!
Even better, putting the attached file in your home directory will mean
fontconfig (and therefore FontForge) will have access to all the
standard mac system fonts. (I think Apple should ship with this, but
they don't)
>
> 6. Run X11 (/Applications/X11) and then run FontForge from the Dock.
Actually you should not need to start X11 yourself (though you certainly
can). FontForge should start X11 if it needs to.
-------------- next part --------------
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<!-- /etc/fonts/fonts.conf file to configure system font access -->
<fontconfig>
<!-- Font directory list -->
<!-- Add to system list -->
<dir>/System/Library/Fonts</dir>
<dir>/Library/Fonts</dir>
<dir>~/Library/Fonts</dir>
</fontconfig>
More information about the OpenFontLibrary
mailing list