MattRix / Futile

A super simple Unity 2D framework
http://struct.ca/futile
833 stars 130 forks source link

Add a flag to FLabel for pixel-perfection #209

Open MattRix opened 10 years ago

MattRix commented 10 years ago

See: http://www.reddit.com/r/futile/comments/1pxaik/forcing_flabel_to_render_pixelperfect_text/

This might be able to be applied to sprites and other things too... might be handier than the pixel perfect shader.

eeenmachine commented 10 years ago

My mouth is watering...

On Tue, Nov 5, 2013 at 1:56 PM, Matt Rix notifications@github.com wrote:

See:

http://www.reddit.com/r/futile/comments/1pxaik/forcing_flabel_to_render_pixelperfect_text/

This might be able to be applied to sprites and other things too... might be handier than the pixel perfect shader.

— Reply to this email directly or view it on GitHubhttps://github.com/MattRix/Futile/issues/209 .

Ian Marsh http://www.NimbleBit.com

MattRix commented 10 years ago

@eeenmachine You should try that guy's fix in that reddit thread and see if it works for you, I think it might work well with your tiny pixel fonts.

eeenmachine commented 10 years ago

Makes a big difference, especially on android where we end up with odd scaling values!

On Tue, Nov 5, 2013 at 5:44 PM, Matt Rix notifications@github.com wrote:

You should try that guy's fix in that reddit thread and see if it works for you, I think it might work well with your tiny pixel fonts.

— Reply to this email directly or view it on GitHubhttps://github.com/MattRix/Futile/issues/209#issuecomment-27832968 .

Ian Marsh http://www.NimbleBit.com

MattRix commented 10 years ago

Awesome :D great to hear