libunibreak is an implementation of the line breaking and word breaking algorithms as described in Unicode Standard Annex 14 and Unicode Standard Annex 29. It is designed to be used in a generic text renderer.
libunibreak is an implementation of the line breaking and word breaking algorithms as described in Unicode Standard Annex 14 and Unicode Standard Annex 29. It is designed to be used in a generic text renderer.
To install libunibreak, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libunibreak
To see what files were installed by libunibreak, run:
port contents libunibreak
To later upgrade libunibreak, run:
sudo port selfupdate && sudo port upgrade libunibreak
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.