Search Unity

outlined colored font?

Discussion in 'Shaders' started by Jean-Fabre, Sep 7, 2007.

  1. Jean-Fabre

    Jean-Fabre

    Joined:
    Sep 6, 2007
    Posts:
    429
    Hi,

    Dummy questions here:

    How can achieve outlined fonts, as well as colored font, like red font and black outline for example? shader? script? If I have to create them in Photoshop, would it still be a font within Unity? If not how would I map chars on my textures with chars in my string to show?

    thanks,

    Jean
     
  2. Foxxis

    Foxxis

    Joined:
    Jun 27, 2006
    Posts:
    1,108
    The best way to get full control over how your text looks is indeed through a custom font created as a bitmap. Search the forum for a utility called "Unity Font Mapper", it's very handy for creating font maps.
    In Unity you'd create a Custom Font that uses your font map. You may have to fiddle a bit with offset settings etc. before it looks good.

    Good luck! :)
     
  3. Jean-Fabre

    Jean-Fabre

    Joined:
    Sep 6, 2007
    Posts:
    429