Re: disabling font smoothing...
Re: disabling font smoothing...
- Subject: Re: disabling font smoothing...
- From: Philip George <email@hidden>
- Date: Tue, 15 Jul 2003 00:46:21 -0500
I just tried writing a clear explanation of why, but it was really, really
long. Let's just assume that I have a good reason and go from there.
Okay, I think I have an idea why it's not working. When I call...
CGContextSetShouldAntialias([[NSGraphicsContext currentContext]
graphicsPort], 0);
CGContextSetShouldSmoothFonts([[NSGraphicsContext currentContext]
graphicsPort], 0);
I think i have to do something afterward and maybe even beforehand with the
graphics state to really apply those changes to the "current" context. Is
that correct? If so, what **exactly** do I need to do with the graphics
state? push/pop/flush/set... what?
Thanks.
- Philip
On 7/14/03 10:30 PM, "Jeff Harrell" <email@hidden> wrote:
>
On Monday, July 14, 2003, at 09:47 PM, Philip George wrote:
>
>
> I want to turn OFF font smoothing entirely in my application.
>
>
At the risk of diverging off-topic... why? I'm just curious, is all.
>
>
--
>
email@hidden
>
http://homepage.mac.com/jharrell
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.