SOLVED: NSAttributedString: how to add an underline (dotted line) between tab stops?
SOLVED: NSAttributedString: how to add an underline (dotted line) between tab stops?
- Subject: SOLVED: NSAttributedString: how to add an underline (dotted line) between tab stops?
- From: David Hoerl <email@hidden>
- Date: Wed, 17 Feb 2016 09:37:38 -0500
Is there a mechanism to do this? Even a gray solid underline that visually aligns the items works too (background image?)
Serach the documentation for NSUnderlinePatternDot
—Graham
Thanks,
What I had wanted was to place the underline style in the white space
between two items that are tab separated.
I did find this past weekend that simply applying the style to the tab
character (the style you mention) resulted in the effect I was hoping
for. In hindsight I guess it seems quite rational now.
Note that patterns also require the specification of a line style
(single, double, etc) - so you must or them together.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden