mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-23 11:19:10 +02:00
LazReport, pdfexport now supports underlined text, needs powerpdf 0.9.4
git-svn-id: trunk@23844 -
This commit is contained in:
parent
d0c907a7fd
commit
ee27f9ef9e
@ -21,7 +21,7 @@
|
||||
</CompilerOptions>
|
||||
<Description Value="PDF Exporter for PDF
|
||||
"/>
|
||||
<Version Minor="5"/>
|
||||
<Version Minor="6"/>
|
||||
<Files Count="2">
|
||||
<Item1>
|
||||
<Filename Value="lr_e_pdf.pas"/>
|
||||
@ -43,7 +43,7 @@
|
||||
</Item2>
|
||||
<Item3>
|
||||
<PackageName Value="pack_powerpdf"/>
|
||||
<MinVersion Minor="9" Release="3" Build="1" Valid="True"/>
|
||||
<MinVersion Minor="9" Release="4" Valid="True"/>
|
||||
</Item3>
|
||||
<Item4>
|
||||
<PackageName Value="lazreport"/>
|
||||
|
@ -349,6 +349,7 @@ begin
|
||||
PRTLabel.FontBold := fsBold in TfrMemoView_(View).Font.Style;
|
||||
PRTLabel.FontItalic := fsItalic in TfrMemoView_(View).Font.Style;
|
||||
PRTLabel.FontColor := TfrMemoView_(View).Font.Color;
|
||||
PRTLabel.FontUnderline := fsUnderline in TfrMemoView_(View).Font.Style;
|
||||
end;
|
||||
|
||||
finally
|
||||
|
Loading…
Reference in New Issue
Block a user