We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 303e012 commit 1757480Copy full SHA for 1757480
WooCommerce/Classes/ViewRelated/ReusableViews/SwiftUI Components/AttributedText.swift
@@ -25,6 +25,9 @@ import SwiftUI
25
SOFTWARE.
26
*/
27
28
+/// Note: the font and foreground color of the text have to be set in `NSAttributedString`'s attributes.
29
+/// `font` and `attributedTextForegroundColor` functions do not take effect.
30
+/// The link color can be set with `attributedTextLinkColor`.
31
struct AttributedText: View {
32
@StateObject private var textViewStore = TextViewStore()
33
0 commit comments