Turn off smoothing for newText?

Hey guys,

I`m working on another pixel-art game.

Would be great to turn off smoothing for texts fields too!

Pq8reina9uc.jpg

Here is example of what I need:

wyitRFvWGJg.jpg

Above is photoshop, below is corona. Problem is that corona smoothing text.

Any way to turn it off?

name of font - Arcadepix if that makes any difference.

See this topic:

https://forums.coronalabs.com/topic/36897-scaling-without-blurring-pixel-art/

I`m already using that. That is working for images, but it failing to work for text fields.

native text fields or normal text? You may have to switch to bitmap fonts. I use:

https://forums.coronalabs.com/topic/47649-ann-font-manager-bitmap-strings-library/

to load fonts and draw text and:

https://www.bmglyph.com

to create the fonts.

I d like to use display.newText

I guess it is just one property to change?

I dont wanna generate that - for 10-12 languages that is a hell of a work.

Try making the font twice as big as it should be and then scaling it to 0.5 on both sides.

Worked as charm! Tnx!

See this topic:

https://forums.coronalabs.com/topic/36897-scaling-without-blurring-pixel-art/

I`m already using that. That is working for images, but it failing to work for text fields.

native text fields or normal text? You may have to switch to bitmap fonts. I use:

https://forums.coronalabs.com/topic/47649-ann-font-manager-bitmap-strings-library/

to load fonts and draw text and:

https://www.bmglyph.com

to create the fonts.

I d like to use display.newText

I guess it is just one property to change?

I dont wanna generate that - for 10-12 languages that is a hell of a work.

Try making the font twice as big as it should be and then scaling it to 0.5 on both sides.

Worked as charm! Tnx!