Glyphtracer is a free and open source font creator application for Linux, Windows and MacOS. It is written in python and released under GNU General Public License. Using Glyphtracer you can convert images of letters to a font. Actually it recognizes all letters in a image and lets the user tag each letter to a Unicode code point and converts the images to vector and writes them to a FontForge’s data format. Note that it only processes 1 bit images.
Install Glyphtracer on Ubuntu Linux
Glyphtracer is available as a flatpak package from flathub. If you don’t have flatpak in your system, then install flatpak and flathub on your system and restart it after the installation.
Open the terminal application and run below Glyphtracer flatpak installation command.
flatpak install flathub com.github.jpakkane.glyphtracer
It will install the latest version of Glyphtracer on your system. You can start it by using this command in terminal.
flatpak run com.github.jpakkane.glyphtracer
You can also uninstall it via below command.
sudo flatpak uninstall com.github.jpakkane.glyphtracer
That’s it.