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 1df4524 commit 5e6880cCopy full SHA for 5e6880c
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