Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - cchute

Pages: [1]
1
NGUI 3 Support / Re: UILabel Font consistency issue
« on: September 30, 2014, 04:54:06 AM »
Thanks for the quick reply.

I tried using the stock ARIMO20 at font size 20

It looks fine in the editor, but deploying to iPad it's super blurry. I tried with both FixedSize and PixelPerfect UIRoot settings.

I've attached a two screenshots, one within the editor and one from the iPad mini, any ideas? Thanks

2
NGUI 3 Support / UILabel Font consistency issue
« on: September 30, 2014, 03:47:41 AM »
Hello I am having a problem with some fonts hopefully you can help.

Essentially I have a row of buttons (see image). I can't get their labels to have the same font size and still be crisp.

If I bring the font size down low on all of them (to like 15-20, so it doesn't shrink) I can get all the fonts to be the same height, but it's super blurry.

If I bring the font size up to 100 and shrink content, the fonts are more crisp (though not entirely) but the result is that the labels get shrunk to different sizes depending on the text content within them. (as in image)

How can I get a consistent font size and clarity? I've tried the pixel perfect option in the UIRoot but it doesn't seem to do anything. Help is greatly appreciated thanks




3
NGUI 3 Support / Setting Depth Programmatically
« on: September 15, 2014, 01:51:51 PM »
Hello I am having an issue with Labels when they are instantiated from prefabs.

It seems pretty simple but I can't find a solution. Basically I instantiate a label, and set it's depth to -10 for example.

When doing so, it is drawn in front of all other objects. For instance a UISprite at depth -3 is behind this Label. Is this a bug or perhaps I am missing something?

Thanks in advance

Pages: [1]