How To Install fontforge
FontForge is libre software, which means free as in freedom (like free speech) and not merely free as in price (like free beer.) Software freedom means that each user has an equal amount of power as the developers over what the software does: everyone who has a copy has access to the source code, and is free to modify the code to change what the program does.
Additionally, each user has an equal amount of power as the developers over when and how copies of the work are distributed. Everyone can redistribute copies, unchanged or with their improvements, with or without a fee.
With cheap internet access everywhere, that freedoms mean that libre software is usually available free of charge.
Use: Command-line outline and bitmap font editor/converter
URL: https://fontforge.github.io
Installation Steps:
- Open Terminal using Spotlight search by pressing
<command+space>
. Type terminal and hitEnter
key. - Now, run
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install fontforge using brew
brew install fontforge
fontforge is ready to use now!