How can i make a font using a .png image

I am using Font Lab Studio 5. but i dont know how to import vector file

4 Answers

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).

1

calligraphr.com

  1. Download a png template, which is a grid with A-Z and 0-9.
  2. Paste in the letter images you have.
  3. Download the ttf file.
2

Alternatively, submit your image to WhatTheFont. Maybe there is already an existing font that matches the one you have on your PNG image.

Create your own font: my_font.ttf || Online and Completly free of charge

  1. Convert the files png to vector. Example: my_font_A.png needs to be converted the into a vector New file: my_font_A.svgOne possibility is using:online-converter
  2. 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)

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like