AriZuu / ttf2ugui

Simple utility to convert TTF fonts into uGUI bitmap fonts.
114 stars 54 forks source link

Run on mac #3

Closed aupilot closed 4 years ago

aupilot commented 4 years ago

The utility runs on Mac (surprise!), but one needs to install freetype:

brew install freetype

When running, use the full path to the font ttf, e.g.: ./ttf2ugui --font /System/Library/Fonts/Supplemental/Arial.ttf --dpi 140 --size 14 --dump

AriZuu commented 4 years ago

Well that is nice to hear !

AriZuu commented 4 years ago

I added the instructions to README.md.