• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: disabling font smoothing (solved)...
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: disabling font smoothing (solved)...


  • Subject: Re: disabling font smoothing (solved)...
  • From: Philip George <email@hidden>
  • Date: Tue, 15 Jul 2003 03:31:40 -0500

Thank you, thank you. That worked perfectly. I just needed to do the
context fiddling inside the drawRect: method. Makes sense I guess.

Thanks so much, Jeff.

- Philip



On 7/15/03 2:51 AM, "Jeff Parsons" <email@hidden> wrote:

>
> On Tuesday, July 15, 2003, at 02:46 AM, Philip George wrote:
>
>> 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.
>
> This works for me when placed in my [NSView drawRect] method:
>
> if ( textAlias )
> [[NSGraphicsContext currentContext] setShouldAntialias:YES];
> else
> [[NSGraphicsContext currentContext] setShouldAntialias:NO];
>
> -Jeff
> -----
> Having been erased,
> The document you're seeking
> Must now be retyped.
> -----
_______________________________________________
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.

  • Prev by Date: Overriding description
  • Next by Date: (10.0.x) option-clicking in statusbar hides active app...
  • Previous by thread: Re: Overriding description
  • Next by thread: (10.0.x) option-clicking in statusbar hides active app...
  • Index(es):
    • Date
    • Thread