lazarus/components/cairocanvas
2024-10-22 00:31:29 +02:00
..
example Component demos and samples, a lot of general fixes. 2022-05-01 08:45:46 +00:00
tests/24217 Remove LCLProc.OffsetRect(). Move some functions from LCLProc to GraphMath (LazUtils). 2023-06-05 15:48:01 +03:00
unix CairoCanvas: fix GdkCairoCanvas ignored Controls coordinates, always paints on parent (0, 0) position, from Petr-K, issue #25485 2014-03-15 08:33:39 +00:00
win
cairocanvas_pkg.lpk cairocanvas: added missing file 2023-08-02 01:22:05 +02:00
cairocanvas_pkg.pas components: less hints 2016-03-01 15:31:26 +00:00
cairocanvas.pas Misc packages: Replace separate calls to sin() and cos() by sincos(). Issue #40473. 2023-08-31 12:14:54 +02:00
cairocanvasall.pas Remove obsolete checks for FPC versions earlier then 3.0. 2023-07-07 17:39:02 +03:00
cairographics.pas
cairoprinter.pas CairoCanvas: Remove a useless accessor class hack. 2019-01-24 20:19:18 +00:00
Makefile updated makefiles 2024-10-22 00:31:29 +02:00
Makefile.compiled updated makefiles 2023-09-03 17:11:29 +02:00
Makefile.fpc updated makefiles 2023-09-03 17:11:29 +02:00
README.txt

Package for use libcairo in fpc.

Author: Petr Kristan  (petr.kristan@epos.cz)

Licence: see COPYING.modifiedLGPL.txt

Base is TCairoPrinterCanvas class which implements TCanvas interface using 
cairo calls.

Their descendants TCairoPdfCanvas, TCairoPsCanvas, TCairoSvgCanvas, TCairoPngCanvas 
renders to file.

TCairoPaintBox can be used as TPaintBoxReplacement. 
One of Win32CairoCanvas or GdkCairoCanvas must be in uses clausule

To use TCairoPsCanvas as default Printer.Canvas set
Printer.CanvasClass := TCairoPsCanvas

Note.
Currently only TCairoPsCanvas has been tested and it's only functional
under linux/gtk2