Possible to set antialiasing mode of `GraphicsContext`?

Hello,

I’m using GraphicsContext to draw some lines, but the antialiasing looks too blurry. Is it possible to change its mode? For example in Photoshop you can just antialiasing modes between “Crisp”, “Sharp” and a few others.

Thanks,

Ram.

Hi,

···

On Wed, Jun 1, 2011 at 4:43 AM, cool-RR <ram.rachum@gmail.com> wrote:

Hello,
I'm using `GraphicsContext` to draw some lines, but the antialiasing looks
too blurry. Is it possible to change its mode? For example in Photoshop you
can just antialiasing modes between "Crisp", "Sharp" and a few others.

Not in 2.8 but in 2.9 you can call SetAntialiasMode to do this.

Cody

Ah, and I see the only choices are “None” and “Default”. Reminds me of the car that has two gears, “Slow” and “Stop”.

Ram.

···

On Wed, Jun 1, 2011 at 10:04 AM, Cody Precord codyprecord@gmail.com wrote:

Hi,

On Wed, Jun 1, 2011 at 4:43 AM, cool-RR ram.rachum@gmail.com wrote:

Hello,

I’m using GraphicsContext to draw some lines, but the antialiasing looks

too blurry. Is it possible to change its mode? For example in Photoshop you

can just antialiasing modes between “Crisp”, “Sharp” and a few others.

Not in 2.8 but in 2.9 you can call SetAntialiasMode to do this.

Cody