We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ae22da0 + e7c27af commit 2657f2cCopy full SHA for 2657f2c
HyperLabel/TextLayoutInfoProvider.swift
@@ -34,6 +34,7 @@ final class TextLayoutInfoProvider {
34
self.textContainer = NSTextContainer()
35
self.textStorage = NSTextStorage()
36
37
+ self.layoutManager.usesFontLeading = false
38
self.layoutManager.addTextContainer(self.textContainer)
39
self.textStorage.addLayoutManager(self.layoutManager)
40
}
0 commit comments