mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-16 02:20:30 +01:00
Lazreport, enable text rotation in pdfexport, from Julio Jimenez Borreguero
git-svn-id: trunk@37420 -
This commit is contained in:
parent
e123a13fff
commit
5789006e91
@ -468,6 +468,7 @@ begin
|
||||
PRTLabel.FontItalic := fsItalic in TfrMemoView_(View).Font.Style;
|
||||
PRTLabel.FontColor := TfrMemoView_(View).Font.Color;
|
||||
PRTLabel.FontUnderline := fsUnderline in TfrMemoView_(View).Font.Style;
|
||||
PRTLabel.Angle:= (View as TfrMemoView).Angle;
|
||||
end;
|
||||
|
||||
finally
|
||||
|
||||
Loading…
Reference in New Issue
Block a user