The fstobdf program reads a font from a font server and prints a BDF file on the standard output that may be used to recreate the font. This is useful in testing servers, debugging font metrics, and reproducing lost BDF files.
The fstobdf program reads a font from a font server and prints a BDF file on the standard output that may be used to recreate the font. This is useful in testing servers, debugging font metrics, and reproducing lost BDF files.
To install fstobdf, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install fstobdf
To see what files were installed by fstobdf, run:
port contents fstobdf
To later upgrade fstobdf, run:
sudo port selfupdate && sudo port upgrade fstobdf
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.