cdrose
(cdrose)
1
Hi,
I was wondering if anyone knew where to find a tutorial to demonstrate how to create our own offline font?
I have a bunch of letters and numbers in an image file and wanted to know how to import this and then create a font from it?
Thanks in advanced
TJ_V
(TJ_V)
2
Hi cdrose,
The recommended way to do this would be to convert the image of your font to a .ttf. That way you can import it directly into UE4 as a UFont.
You can find free programs online to help you do this.
Here is some more info on this:
Custom Bitmap Fonts
Is it possible to create a Font from a Bitmap?
Cheers,
TJ