ソースを参照

Text: fixed underline not being visible

Marcin Ziąbek 1 年間 前
コミット
ab66c29f86
1 ファイル変更1 行追加1 行削除
  1. 1 1
      Source/QuestPDF/Infrastructure/TextStyle.cs

+ 1 - 1
Source/QuestPDF/Infrastructure/TextStyle.cs

@@ -66,7 +66,7 @@ namespace QuestPDF.Infrastructure
                 DecorationType = CreateDecoration(),
                 
                 // TODO: create public API to support these properties
-                DecorationMode = TextStyleConfiguration.TextDecorationMode.Gaps,
+                DecorationMode = TextStyleConfiguration.TextDecorationMode.Through,
                 DecorationStyle = TextStyleConfiguration.TextDecorationStyle.Solid,
                 WordSpacing = 0,