We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1df4524 commit df79bdcCopy full SHA for df79bdc
Sources/PulseUI/Helpers/TextHelper.swift
@@ -48,12 +48,14 @@ final class TextHelper {
48
private let titleParagraphStyle: NSParagraphStyle = {
49
let paragraphStyle = NSMutableParagraphStyle()
50
paragraphStyle.lineSpacing = -6
51
+// paragraphStyle.baseWritingDirection = .leftToRight
52
return paragraphStyle
53
}()
54
55
private let bodyParagraphStyle: NSParagraphStyle = {
56
57
paragraphStyle.lineSpacing = 3
58
59
60
61
0 commit comments