فهرست منبع

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,