2D Toolkit Forum
2D Toolkit => Support => Topic started by: frozen 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...? ???
-
anybody home?
-
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.
-
emmmmmm
thank you very much for that answer
by the way. why not to add a feature to support ttf format originway?
-
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.