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:
parent
356dfbfeb0
commit
ff1f698448
@ -1905,6 +1905,7 @@ begin
|
||||
SetFont(GetFontClassName, FontSize);
|
||||
SetRGBFillColor(FontColor);
|
||||
SetWordSpace(WordSpace);
|
||||
Attribute.FontUnderline := FontUnderline;
|
||||
if AlignJustified then
|
||||
begin
|
||||
SetCharSpace(0);
|
||||
|
Loading…
Reference in New Issue
Block a user