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
Last edited by pkrott (2013-05-13 14:49:56)
Offline
It has been committed.
See http://synopse.info/fossil/info/bc492324b1
Thanks a lot for the feedback!
Offline
Pages: 1