diff --git a/HyperLabel/TextLayoutInfoProvider.swift b/HyperLabel/TextLayoutInfoProvider.swift index 956adb8..8a65d99 100644 --- a/HyperLabel/TextLayoutInfoProvider.swift +++ b/HyperLabel/TextLayoutInfoProvider.swift @@ -34,6 +34,7 @@ final class TextLayoutInfoProvider { self.textContainer = NSTextContainer() self.textStorage = NSTextStorage() + self.layoutManager.usesFontLeading = false self.layoutManager.addTextContainer(self.textContainer) self.textStorage.addLayoutManager(self.layoutManager) }