Hello Guest

Author Topic: Issue when using font , shows a strange border around font  (Read 4535 times)

dpsinghvij

  • Newbie
  • *
  • Posts: 1
    • View Profile
Issue when using font , shows a strange border around font
« on: September 21, 2014, 04:34:43 pm »
Hi

While importing font using Hiero ,I get a border when building for iOS (works fine when building for android).
Can anyone help me with it , here is the screenshot



and when building using android



Regards
Davinder
« Last Edit: September 21, 2014, 04:42:17 pm by dpsinghvij »

unikronsoftware

  • Administrator
  • Hero Member
  • *****
  • Posts: 9709
    • View Profile
Re: Issue when using font , shows a strange border around font
« Reply #1 on: September 22, 2014, 10:38:52 am »
It looks like its lower resolution.
Check the iOS override for that atlas texture, there was a bug in Unity 4.3 where they automatically created an override that made the iOS texture 16 bit, etc. Also check this - http://2dtoolkit.com/forum/index.php/topic,612.0.html

TwistedSage

  • Newbie
  • *
  • Posts: 15
    • View Profile
Re: Issue when using font , shows a strange border around font
« Reply #2 on: December 22, 2014, 06:33:58 pm »
I have the same problem but it’s not the texture override. My font have been scaled so maybe that’s why?

unikronsoftware

  • Administrator
  • Hero Member
  • *****
  • Posts: 9709
    • View Profile
Re: Issue when using font , shows a strange border around font
« Reply #3 on: December 22, 2014, 06:44:56 pm »
If you downsample and dont have enough spacing between chars, yes that is likely to happen.

TwistedSage

  • Newbie
  • *
  • Posts: 15
    • View Profile
Re: Issue when using font , shows a strange border around font
« Reply #4 on: December 22, 2014, 07:04:04 pm »
So if I need to downsample I need to up the space between the chars. Funny thing is I realised this just after I wrote this post. Thanks :)