Do we have antialiasing of fonts in fields?

Deploying to Mac OS? Ask Mac OS specific questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
RRobert
Posts: 151
Joined: Sat Feb 28, 2009 8:20 pm

Do we have antialiasing of fonts in fields?

Post by RRobert »

Do we have antialiasing of fonts in fields?

Image

Robert
Klaus
Posts: 14324
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Do we have antialiasing of fonts in fields?

Post by Klaus »

I think Rev shows what the underlying OS supplies!
RRobert
Posts: 151
Joined: Sat Feb 28, 2009 8:20 pm

Re: Do we have antialiasing of fonts in fields?

Post by RRobert »

Klaus wrote:I think Rev shows what the underlying OS supplies!
Klaus, the underlying OS provides the second- and Revolution the first line. The question is how could I adapt the appearance in the second line (antialiasing, spacing and kerning) without using images.

PS: I use the same font and font size.

Robert
FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10103
Joined: Sat Apr 08, 2006 7:05 am
Contact:

Re: Do we have antialiasing of fonts in fields?

Post by FourthWorld »

Zooming in on the image you provided shows both are anti-aliased, but using different methods.
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
RRobert
Posts: 151
Joined: Sat Feb 28, 2009 8:20 pm

Re: Do we have antialiasing of fonts in fields?

Post by RRobert »

Richard, do you have an idea or suggestion how to get the appearance in the second line via Revolution?

Robert
FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10103
Joined: Sat Apr 08, 2006 7:05 am
Contact:

Re: Do we have antialiasing of fonts in fields?

Post by FourthWorld »

Offhand, no. They use two very difference antialiasing schemes. If you look at the pixels in those glyphs, you'll find the method Rev uses is using monochrome colors while the OS X version is using the new multi-color antialiasing method.

You may want to submit a request for such an enhancement to the RQCC is this detail is important to you.
http://quality.runrev.com/qacenter/
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
RRobert
Posts: 151
Joined: Sat Feb 28, 2009 8:20 pm

Re: Do we have antialiasing of fonts in fields?

Post by RRobert »

Post Reply