Re: Disabling anti-aliasing in an NSTextView - is it possible?
Re: Disabling anti-aliasing in an NSTextView - is it possible?
- Subject: Re: Disabling anti-aliasing in an NSTextView - is it possible?
- From: "Clark S. Cox III" <email@hidden>
- Date: Wed, 22 May 2002 03:06:49 -0400
On 05/22/2002 02:53, "Jake MacMullin" <email@hidden> wrote:
>
Is it possible to have an NSTextView display text that isn't
>
anti-aliased?
AFAIK, No
>
- Like TextEdit does when you choose "Make Plain Text".
TextEdit doesn't turn off anti-aliasing when you choose make plain text,
it simply discards the font/style information, and sets the displays the
document in a single font (which defaults to Monaco 10, IIRC)
>
If not, how would I achieve this in a Cocoa application?
I would think that you would have to implement your own text drawing
routines, that would draw without the anti-aliasing.
--
Clark S. Cox III
http://clarkcox.dyndns.org/
email@hidden
_______________________________________________
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.