Convert Mac fonts to Unix / Windows format and vice-versa (dfont to ttf)
Fondu is "A set of programs to interconvert between mac font formats and pfb, ttf, otf and bdf files on unix."
I think that says it all :o) In particular, it allowed me to convert a .dfont-packaged font from a Mac to a set of .ttf files that I can use on my linux desktop.
I think that says it all :o) In particular, it allowed me to convert a .dfont-packaged font from a Mac to a set of .ttf files that I can use on my linux desktop.
Comments
Display comments as Linear | Threaded
jekrem tegep on :
crox on :
Greg Ledger on :
I downloaded ufond. However, as a designer, not a programmer, I have no idea how to make it work. I usually run my applescript code from script editor, so I guess I need an editor or IDE for this??
Thanks.
crox on :
To get help, type "fondu -?" (without quotes) and press [Enter].
Greg Ledger on :
Thank you.
crox on :
You can download the Mac OS/X package from http://fondu.sourceforge.net/index.html#Downloads
Unzip it, and double-click on the .pkg file. This will install fondu on your computer.
Then open a terminal window (Applications/Utilities ?), and try to type "fondu -?". If that doesn't work, try "/usr/local/bin/fondu -?".
Greg Ledger on :
Unknown file type for /Users/andrewlenner/Desktop/ c1 cover IB 08-08/Fonts/Boton
Must be one of .bdf, .pfb, .ttf or .otf
I'm guessing that ufond takes fonts that were made for Unix specifically, and turns them into Mac fonts.
Thanks for all your help anyway.
crox on :
Or you could try to open the files with FontForge: http://fontforge.sourceforge.net/ (I've never used that tool myself but I think it can read/write multiple formats too.)