Skip to content
rpav edited this page Mar 27, 2012 · 8 revisions

cl-cairo2 is a Common Lisp CFFI binding for Cairo. It has a Cliki Page.

News

2012/3/27

You can now use cl-cairo2 directly with cl-xcb-xlib, which utilizes cairo-xcb. Demo for this coming soon to cl-xcb-xlib-demos. Also, 1.12.0 update coming soon.

2012/1/31

USER-FONT-FACE implementation, example included. The latest cl-freetype2 is required for the example to run. Some possible caveats; see source commentary.

2012/1/30

cl-freetype2 integration basically done, example included. Cairo's handling of Freetype isn't particularly satisfactory, especially in a Common Lisp environment; next goal is therefore Cairo's user font API.

2012/1/26

Cairo 1.10.2 preliminary integration is done; most new constants (compositing, errors, etc.) should be available. MASK-SURFACE is implemented, but otherwise no new API. Next goal is font implementation and cl-freetype2 integration.

Clone this wiki locally