Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: noob22 on August 29, 2012, 09:04:02 PM

Title: I make a font by myself and it‘s not enough thick!
Post by: noob22 on August 29, 2012, 09:04:02 PM
As I say,how to make a font thick enough?
Or how to make a bold font?
I saw font’s effect which have outline and shadow.
If I want a bold font,I need make another texture?
Title: Re: I make a font by myself and it‘s not enough thick!
Post by: noob22 on August 31, 2012, 01:15:46 AM
up!
Title: Re: I make a font by myself and it‘s not enough thick!
Post by: noob22 on August 31, 2012, 03:17:46 AM
up!
Title: Re: I make a font by myself and it‘s not enough thick!
Post by: dlewis on August 31, 2012, 03:52:25 AM
Yes, to make the font bold you will have to generate a new font at the size/boldness you want.
Title: Re: I make a font by myself and it‘s not enough thick!
Post by: nah0y on August 31, 2012, 04:24:01 AM
For fonts in NGUI, is you want to be pixel perfect, you need to figure out all the fonts and sizes you need in your game, such as :
- Tahoma Regular 50px
- Tahoma Regular 40px
- Tahoma Bold 100px
- Arial Italic 20px

And then export each of these fonts to a unique atlas font.
Title: Re: I make a font by myself and it‘s not enough thick!
Post by: noob22 on September 02, 2012, 07:55:59 PM
For fonts in NGUI, is you want to be pixel perfect, you need to figure out all the fonts and sizes you need in your game, such as :
- Tahoma Regular 50px
- Tahoma Regular 40px
- Tahoma Bold 100px
- Arial Italic 20px

And then export each of these fonts to a unique atlas font.

I need make each of these fonts to a unique atlas font.Is it's size too large?I make a font which size is 600k for assetbundle.
If I make a unique atlas font , it need 2,3m?
Title: Re: I make a font by myself and it‘s not enough thick!
Post by: nah0y on September 03, 2012, 05:17:38 AM
I don't understand your question. I have 11 different fonts in only one atlas of 2048x2048px
Title: Re: I make a font by myself and it‘s not enough thick!
Post by: noob22 on September 03, 2012, 07:48:58 PM
I don't understand your question. I have 11 different fonts in only one atlas of 2048x2048px
Maybe your font is English.
I make a chinese font which have 20 or 30 percent of chinese characters in one atlas of 2048x2048px.
If  make a different font, I may use another 2048x2048.
Title: Re: I make a font by myself and it‘s not enough thick!
Post by: dlewis on September 03, 2012, 11:58:06 PM
You may need to use packed fonts then: http://www.youtube.com/watch?v=dY6jQ7d2ius
Title: Re: I make a font by myself and it‘s not enough thick!
Post by: nah0y on September 04, 2012, 10:29:43 AM
Sorry noob22, yes we're using english fonts...