FreeType library #15249
-
@peterhinch Trying to get fonts converted to python using micropython-font-to-py. I've installed freetype with brew install freetype and it's listed in brew list, but when I try to run the command to convert, I get font_to_py requires freetype library. Any ideas? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
Please see the docs: Dependencies. |
Beta Was this translation helpful? Give feedback.
-
Im sure it does and Im just doing something wrong. python3 and freetype are both installed. |
Beta Was this translation helpful? Give feedback.
-
If the Mac requires specific installation instructions I'd be very grateful for a docs PR explaining them :) |
Beta Was this translation helpful? Give feedback.
Yep...I reinstalled pip and then freetype_py and font_to_py is working.
Thanks!