Stack Exchange Network
Stack Exchange network consists of 182 Q&A communities including
Stack Overflow
, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
Visit Stack Exchange
Super User is a question and answer site for computer enthusiasts and power users. It only takes a minute to sign up.
Sign up to join this community
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Learn more about Teams
Download a png template, which is a grid with A-Z and 0-9.
Paste in the letter images you have.
Download the ttf file.
–
–
PNGs aren't a vector format. They are a raster format. So if you are trying to import a vector format, .png is not one. You can however use tracing tools to convert raster image formats to a vector format you can then import. Such tools are widely available; in software like Adobe Illustrator (commercial) or
Inkscape
(open-source freeware), or more directly in specialized tools like Vextractor (commercial) or
Autotrace
(open-source freeware).
–
Convert the files png to vector.
Example:
my_font_A.png
needs to be converted the into a vector New file:
my_font_A.svg
One possibility is using:
online-converter
To construct the font
my_font.ttf
it is possible to use:
Online TTF Converter
. You will have to download every single letter on to the grid they will use to build the ttf file
I have done this, although I've got a problem and it is that the letters are mirrored vertically. Some kind of setting has to be set up at the online ttf converter. It can be that you have to upgrade your user account( = pay)