Author Topic: Issue with a font I created.  (Read 3879 times)

Althaen

  • Guest
Issue with a font I created.
« on: February 19, 2013, 05:54:07 PM »
Downloaded a font online used BMFont to use with NGUI.



See the black behind the letters?

dlewis

  • Guest
Re: Issue with a font I created.
« Reply #1 on: February 19, 2013, 07:52:36 PM »
The first 2 things I would check are the shader you're using (make sure it supports alpha, transparent coloured does) and that the font actually has the correct alpha built in.

Althaen

  • Guest
Re: Issue with a font I created.
« Reply #2 on: February 19, 2013, 07:55:42 PM »
The first 2 things I would check are the shader you're using (make sure it supports alpha, transparent coloured does) and that the font actually has the correct alpha built in.

How do I check what alpha I'm using?

Althaen

  • Guest
Re: Issue with a font I created.
« Reply #3 on: February 19, 2013, 08:00:24 PM »
Fixed it.