How to convert binary file -> font asset in Unity

Viewed 16

I have a .ttf file and I used File.ReadAllBytes So, Can I convert this binary datas as Font Class in Unity?

1 Answers

Why would you make the font as a binary file? There must be some online tool that can do that for you.

Fonts that you can use in unity (as a font asset):

https://fonts.google.com/

Related