A small Python program that lets you trace a TeX bitmap font into a PFA or PFB font (A PostScript Type1 Scalable Font) or TTF (TrueType) font. It is licensed under the GNU GPL.
A small Python program that lets you trace a TeX bitmap font into a PFA or PFB font (A PostScript Type1 Scalable Font) or TTF (TrueType) font. It is licensed under the GNU GPL.
To install mftrace, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install mftrace
To see what files were installed by mftrace, run:
port contents mftrace
To later upgrade mftrace, run:
sudo port selfupdate && sudo port upgrade mftrace
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.