powerpdf: Fix missing underline attribute in pdf labels. Issue #39136, patch by Soner.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9816 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz 2025-08-13 10:57:01 +00:00
parent 356dfbfeb0
commit ff1f698448

View File

@ -1905,6 +1905,7 @@ begin
SetFont(GetFontClassName, FontSize);
SetRGBFillColor(FontColor);
SetWordSpace(WordSpace);
Attribute.FontUnderline := FontUnderline;
if AlignJustified then
begin
SetCharSpace(0);