Home > Net >  How to convert png to font
How to convert png to font

Time:01-03

I have a set of png files with alphabetic symbols and file with font settings (name, kernings, etc.). I need to convert them to bitmap font. Is there any program or code that can do it (preferably automatically, without manual editing)? I need to use this generated font in Unity.

CodePudding user response:

You can use this website to generate your own font. Click Here

CodePudding user response:

in order to create your own font from png you have to do the following steps :

1 Go to this website and download this template

2 either edit the pdf or make it jpg & place each png on those places

3 upload your .gif, .jpg, .jpeg, .png, .pdf, .tif ,

  • Related