You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -133,7 +133,7 @@ Other info:
133
133
134
134
### Versions
135
135
136
-
-**SwiftRichString 2.xbranch (current)**. The latest version is [2.0.1](https://github.com/malcommac/SwiftRichString/releases/tag/2.0.1).
136
+
-**SwiftRichString 2.xbranch (current)**. The latest version is [2.0.2](https://github.com/malcommac/SwiftRichString/releases/tag/2.0.2).
137
137
-**SwiftRichString 1.xbranch (supported)**. Use [1.1.0 tag](https://github.com/malcommac/SwiftRichString/releases/tag/1.1.0). Its compatible with Swift 4.x.
138
138
-**Swift 3.x (no longer mantained)**. Use [0.9.1 release](https://github.com/malcommac/SwiftRichString/releases/tag/0.9.10).
139
139
@@ -487,6 +487,7 @@ The following properties are available:
487
487
| font | `FontConvertible` | font used in text |
488
488
| color | `ColorConvertible` | foreground color of the text |
489
489
| backColor | `ColorConvertible` | background color of the text |
490
+
| shadow | `NSShadow` | shadow effect of the text |
490
491
| underline | `(NSUnderlineStyle?,ColorConvertible?)` | underline style and color (if color isnil foreground is used) |
491
492
| strikethrough | `(NSUnderlineStyle?,ColorConvertible?)` | strikethrough style and color (if color isnil foreground is used) |
492
493
| baselineOffset | `Float` | character’s offset from the baseline, in point |
0 commit comments