Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: gcpmike on September 12, 2013, 05:25:03 PM

Title: Dynamic Font features
Post by: gcpmike on September 12, 2013, 05:25:03 PM
I have three questions regarding use of dynamic fonts:

1. Is there any option for left or right justified text?
2. Is it possible to change the color on hover and button press (to go along with the sprites) in the Image Button template? Or is there another way to do this?
3. Can I have different font spacing for each label in a scene? Seems spacing affects all same-named fonts the same way.

Many thanks.

Title: Re: Dynamic Font features
Post by: Nicki on September 12, 2013, 05:35:00 PM
1) Yes. Pivot on the label.
2) Yes, but not with Image Button. You need your own script (listen to OnHover and OnClick (or OnPress (false/true)).
3) No.