[Lazarus] melp /w TMainMenu

Chris Jennings cjvanbc at gmail.com
Fri Nov 27 19:48:43 CET 2009



On Thu, 26 Nov 2009, Dariusz Mazur wrote:

> Hi
> I've made several changes to powerpdf unit
> it consist:
> - possibility of using char form charset 1250:aogonek, Sacute, Zdotaccent 
> (simple change to other)
> - draw vertical text
>
> using this unit without dependency of Lazarus (even pdfImage depends only 
> from fpImage)
>
> My source in http://www.emadar.com/fpc/powerpdf(darek).zip
>
> Is any interesting to integrate this with ccr version?
>
> And by the way. I write library, which can draw on canvas form screen 
> (tControlCanvas), printer, PDF, postscript  and soon on HTML canvas. I use 
> them to prepare reports on different media.
> Is any , who need something like that.

Absolutely. But it exists already: all you need to do is draw on a
TFPCustomCanvas class; Your code will then be able to draw on screen,
printer, pdf and whatnot, because the canvas classes in the LCL descend
from TFPCustomCanvas.

Michael.




More information about the Lazarus mailing list