A set of programs to interconvert between Mac font formats and pfb, ttf, otf and bdf files on UNIX.
Dealing with Mac fonts is hard on other operating systems because Mac fonts are stored in the resource fork, and other operating systems do not support this concept. Fondu will extract the resource fork from either a MacBinary file or a BinHex file. Ufond will create a resource fork inside a MacBinary file.
Dealing with Mac fonts is hard on other operating systems because Mac fonts are stored in the resource fork, and other operating systems do not support this concept. Fondu will extract the resource fork from either a MacBinary file or a BinHex file. Ufond will create a resource fork inside a MacBinary file.
To install fondu, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install fondu
To see what files were installed by fondu, run:
port contents fondu
To later upgrade fondu, run:
sudo port selfupdate && sudo port upgrade fondu
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.