|
I know that common font's biggest size is smaller than 72,but my game need more bigger size.How can I do to change my font bigger than 72,or change a special font(but I can't find one witch is bigger than 72)?
(comments are locked)
|
|
Unity versions prior to 3.0 have fixed textures for the font, so the size is limited depending on the number of characters in the font (which makes it hard to use languages such as Japanese). However Unity 3.0 and later has dynamic font rendering, so there's no practical size restrictions anymore. Ahh, thanks, I learned something today!
Nov 13 '10 at 05:13 AM
Ostagar
Thanks,my unity is http://2.6.So whatever,I really need a 3.0,haha~~~
Nov 14 '10 at 07:26 AM
Richard 5
(comments are locked)
|
|
I'm able to set Font assets to use any size. I just type it into the size box. As a test, I imported the "Arial Rounded Bold 12" TTF, set its size to 128, clicked apply, and it displayed correctly on screen. On a technical note, true-type fonts are vector-based, so they actually scale-up very well. Can you clarify as to under what particular conditions you're limited to size=72? Sorry for that,I forgot to tell that my unity is 2.6. I tried to change the size bigger than 72,such as 90,120,150,but the size also looked like 72.
Nov 14 '10 at 07:24 AM
Richard 5
(comments are locked)
|
