From 0defecb84e0beabd95a1a39801dc715d327c3b59 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Fri, 4 May 2007 11:33:14 +0000 Subject: New API 2007-05-04 Behdad Esfahbod * pango/pangocairo.h: * pango/pangocairo-context.c: * pango/pangocairo-render.c: New API PangoCairoShapeRendererFunc and pango_cairo_context_[sg]et_shape_renderer() * docs/pango-sections.txt, docs/tmpl/pangocairo.sgml: Document new * API. * examples/Makefile.am, examples/cairoshape.c: New example to show off new API/feature. svn path=/trunk/; revision=2261 --- examples/cairosimple.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'examples/cairosimple.c') diff --git a/examples/cairosimple.c b/examples/cairosimple.c index 102b9fb3..d07f004c 100644 --- a/examples/cairosimple.c +++ b/examples/cairosimple.c @@ -1,4 +1,5 @@ -#include +/* simple example to use pangocairo to render rotated text */ + #include #include -- cgit v1.2.1