Skip to content

Commit d1073bf

Browse files
committed
Add NSUnderlineColorAttributeName support.
1 parent 0e2dfdf commit d1073bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The provided attribute functions take the value of the attribute as the first va
5050
#### Framework Types
5151
The framework types extended with attribute functions are:
5252

53-
- `NSColor`/`UIColor`: `foregroundAttribute`, which maps to `NSForegroundColorAttributeName`, and `backgroundAttribute`, which maps to `NSBackgroundColorAttributeName`
53+
- `NSColor`/`UIColor`: `foregroundAttribute`, which maps to `NSForegroundColorAttributeName`; `backgroundAttribute`, which maps to `NSBackgroundColorAttributeName`; and `underlineAttribute`, which maps to `NSUnderlineColorAttributeName`.
5454
- `NSFont`/`UIFont`: `attribute`, which maps to `NSFontAttributeName`.
5555
- `NSTextAttachment`: `attribute`, which maps to `NSAttachmentAttributeName`.
5656
- `NSParagraphStyle`: `attribute`, which maps to `NSParagraphStyleAttributeName`.

0 commit comments

Comments
 (0)