Sfoglia il codice sorgente

【会员系统】补充下划线

wangshuai 3 mesi fa
parent
commit
a0bb5eb3e5

+ 1 - 0
PDF Office/PDF Master/Class/Purchase/DMG/KMPurchaseEmbeddedWindowController.swift

@@ -1302,6 +1302,7 @@ class KMPurchaseEmbeddedWindowController: NSWindowController {
         let firmFont = NSFont.SFProTextRegularFont(14.0) // 与普通文本相同的字体
         attri.addAttributes([
             .foregroundColor: NSColor(named: "0E1114") ?? NSColor.black as Any,
+            .underlineStyle: NSUnderlineStyle.single.rawValue,
             .font: firmFont
         ], range: (fireFullString as NSString).range(of: enterpriseStr))
         attri.addAttributes([