Using Cairo with Delphi This is set of files and classes for Delphi VCL Win32 and Win64 for using cairo from Delphi for moreinformaton about cairo visit https://cairographics.org
The cairo.dll found in the WINxx folder is compiled with VS2017 and includes freetype linked in
The CairoExport.dll can be compiled with the sources here
You can use the CairoExport.dll to create Pdf files from Windows-Metafiles as a Example: https://github.com/landrix/TPrintPreview-for-Delphi
have fun