libEMF is a library for generating Enhanced Metafiles on systems which do not natively support the ECMA-234 Graphics Device Interface (GDI). The library is intended to be used as a driver for other graphics programs such as Grace or gnuplot. Therefore, it implements a very limited subset of the GDI.
libEMF is a library for generating Enhanced Metafiles on systems which do not natively support the ECMA-234 Graphics Device Interface (GDI). The library is intended to be used as a driver for other graphics programs such as Grace or gnuplot. Therefore, it implements a very limited subset of the GDI.
To install libemf, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libemf
To see what files were installed by libemf, run:
port contents libemf
To later upgrade libemf, run:
sudo port selfupdate && sudo port upgrade libemf
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.