_lmFlags.ignoresAntialiasThreshold in NSLayoutManager
_lmFlags.ignoresAntialiasThreshold in NSLayoutManager
- Subject: _lmFlags.ignoresAntialiasThreshold in NSLayoutManager
- From: Satoshi Matsumoto <email@hidden>
- Date: Thu, 29 Jul 2004 16:42:48 +0900
Hi,
In my developing NSTextView editor, the contents are always drawn
anti-aliased regardless of the AppleAntiAliasThreshold setting.
I don't know why my editor does not look up the AppleAntiAliasThreshold.
But I found a flag _lmFlags.ignoresAntialiasThreshold in NSLayoutManager.
This flag may be set to YES for some reason in my editor. I can't set this
flag to NO because this flag is private.
Does anybody know why and when this flag is set to YES and how to control
it.
Thanks.
Satoshi
-----------------------------------------------------
Satoshi Matsumoto <email@hidden>
816-5 Odake, Odawara, Kanagawa, Japan 256-0802
_______________________________________________
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.