Hello Guest

Author Topic: Help with ttf format text.. uimask doesn't work  (Read 3880 times)

frozen

  • Newbie
  • *
  • Posts: 8
    • View Profile
Help with ttf format text.. uimask doesn't work
« on: December 26, 2014, 03:45:40 am »
tk2d is good, but it not support for ttf format text.

So I use some other asset (like easyfont ,DynamicText) to do that.

here is the question.
in scollarea, i want to display ttf text just like used to be tk2dtextmesh with scall effect. it workd. but uimask failed.

please, how do i resolve that problem...? ???

frozen

  • Newbie
  • *
  • Posts: 8
    • View Profile
Re: Help with ttf format text.. uimask doesn't work
« Reply #1 on: December 26, 2014, 08:48:02 am »
anybody home?

unikronsoftware

  • Administrator
  • Hero Member
  • *****
  • Posts: 9709
    • View Profile
Re: Help with ttf format text.. uimask doesn't work
« Reply #2 on: December 26, 2014, 12:29:38 pm »
You will need to use a "normal" shader, eg. like the tk2d shader or normal unity shader instead of the "text" shader in unity. I can't advise on how other assets work though, but as long as you're using a normal shader you should be fine.

frozen

  • Newbie
  • *
  • Posts: 8
    • View Profile
Re: Help with ttf format text.. uimask doesn't work
« Reply #3 on: December 26, 2014, 01:06:08 pm »
emmmmmm
thank you very much for that answer

by the way. why not to add a feature to support ttf format originway?

unikronsoftware

  • Administrator
  • Hero Member
  • *****
  • Posts: 9709
    • View Profile
Re: Help with ttf format text.. uimask doesn't work
« Reply #4 on: December 26, 2014, 02:05:02 pm »
Its outside the scope of the toolkit, its a substantial amount of work - tk2d's focus is 2D games not UI, UI is just a bonus feature.