Search Unity

Font Question

Discussion in 'UGUI & TextMesh Pro' started by BenBonkGames, Jul 13, 2018.

  1. BenBonkGames

    BenBonkGames

    Joined:
    Jul 13, 2018
    Posts:
    16
    Hi! So I found a font that I thought I would use for my game and it only comes in a png version. There isn't a ttf or otf file. Does anyone know how I can maybe turn this into a actual font. I've tried some online converters and none of them work. Any suggestions? I'll upload the file below. Thanks!
     

    Attached Files:

  2. Peter77

    Peter77

    QA Jesus

    Joined:
    Jun 12, 2013
    Posts:
    6,619
    You can turn a texture to an "Unity Font" if you create a new "Custom Font" asset, assign that texture (or material using that texture actually) and specify where each character is located on that texture.
    https://docs.unity3d.com/Manual/class-Font.html
     
  3. QFSW

    QFSW

    Joined:
    Mar 24, 2015
    Posts:
    2,906
    Even if you could, a PNG wont work great for a font since its limited in resolution and converting it to a font probably wont work well