You are not logged in.
Pages: 1
in funtion DrawLine, unit SynPDf.pas line 9240
Canvas.I2X(R.emrtext.ptlReference.X+Round(W*acos-H*asin)),
must be changed to
Canvas.I2X(R.emrtext.ptlReference.X-Round(W*acos-H*asin)),
to export angled text correctly wich is right justified.
(note: "-" instead of "+")
greetings,
Patrick
Pages: 1