img2ttf is a simple tool written in Python to convert an image to a TTF font via FontForge. All glyphs (characters) in the font will be the input image.
- Ensure you have a valid Python3 interpreter installed on your system
- Ensure FontForge is installed and reachable by Python
- Clone the repository or download
main.pyin another way
- Configure
main.pyby opening it in a text editor - Run
main.pywith a Python3 interpreter
img2ttf is licensed under the MIT License
A copy of this license can be found in LICENSE