Author Topic: Label: create label border with ApplyShadow  (Read 3506 times)

Lotti

  • Newbie
  • *
  • Thank You
  • -Given: 5
  • -Receive: 0
  • Posts: 47
    • View Profile
Label: create label border with ApplyShadow
« on: January 20, 2014, 12:40:47 PM »
Hello!

Do you have some ideas about how to make a bordered label (a "real outlined label") with dynamic font, editing the actual code that does text effects (shadow and outline).

I played with ApplyShadow for 2 hours without reach a decent effect.

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Label: create label border with ApplyShadow
« Reply #1 on: January 21, 2014, 01:41:35 AM »
With dynamic font? You won't be able to get nice looking results due to its nature (fully managed by Unity, single channel texture, no way to modify the data, etc). With a bitmap font you can -- by editing it in Photoshop.

Lotti

  • Newbie
  • *
  • Thank You
  • -Given: 5
  • -Receive: 0
  • Posts: 47
    • View Profile
Re: Label: create label border with ApplyShadow
« Reply #2 on: January 21, 2014, 03:29:15 AM »
Ok, thank you for your time, we'll go with the photoshop option!