[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: glyph generation errors in the layout manager
From: |
Eric Wasylishen |
Subject: |
Re: glyph generation errors in the layout manager |
Date: |
Fri, 22 Jul 2011 11:31:48 -0600 |
> I still do wonder why the links are not blue and underlined however.
Right now I think they'll only be blue and underlined if you set those
attributes by hand.
What we need is for NSLinkAttributeName to imply all of the attributes in
-[NSTextView linkTextAttributes] (blue and underlined) as well as
NSToolTipAttributeName (with the URL as the string) if -[NSTextView
displaysLinkToolTips] is YES. I'm not sure what the best way to do that is.
It will probably involve using temporary attributes for the 'extra' attributes
implied by NSLinkAttributeName, but I'm not sure where we should set/unset
these.
Eric
- glyph generation errors in the layout manager, Riccardo Mottola, 2011/07/19
- Re: glyph generation errors in the layout manager, Riccardo Mottola, 2011/07/19
- Re: glyph generation errors in the layout manager, Fred Kiefer, 2011/07/20
- Re: glyph generation errors in the layout manager, Riccardo Mottola, 2011/07/20
- Re: glyph generation errors in the layout manager, Riccardo Mottola, 2011/07/20
- Re: glyph generation errors in the layout manager, Fred Kiefer, 2011/07/20
- Re: glyph generation errors in the layout manager, Riccardo Mottola, 2011/07/22
- Re: glyph generation errors in the layout manager,
Eric Wasylishen <=
- Re: glyph generation errors in the layout manager, Riccardo Mottola, 2011/07/22
- Re: glyph generation errors in the layout manager, Eric Wasylishen, 2011/07/22
- Re: glyph generation errors in the layout manager, Eric Wasylishen, 2011/07/22
- Re: glyph generation errors in the layout manager, Riccardo Mottola, 2011/07/27
- Re: glyph generation errors in the layout manager, Fred Kiefer, 2011/07/27
- Re: glyph generation errors in the layout manager, Eric Wasylishen, 2011/07/21
- Re: glyph generation errors in the layout manager, Riccardo Mottola, 2011/07/22