library implementing the ICU Layout Engine (icu-le) API
icu-le-hb is a library implementing the ICU Layout Engine (icu-le) API using external HarfBuzz library for implementation. This is useful as a compatibility layer to make applications using ICU Layout Engine to use HarfBuzz without porting them to use the HarfBuzz API.
icu-le-hb is a library implementing the ICU Layout Engine (icu-le) API using external HarfBuzz library for implementation. This is useful as a compatibility layer to make applications using ICU Layout Engine to use HarfBuzz without porting them to use the HarfBuzz API.
To install icu-le-hb, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install icu-le-hb
To see what files were installed by icu-le-hb, run:
port contents icu-le-hb
To later upgrade icu-le-hb, run:
sudo port selfupdate && sudo port upgrade icu-le-hb
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.