~ubuntu-branches/ubuntu/lucid/pango1.0/lucid-security

« back to all changes in this revision

Viewing changes to examples/cairosimple.c

Tags: upstream-1.19.1
ImportĀ upstreamĀ versionĀ 1.19.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* simple example to use pangocairo to render rotated text */
 
1
/* Simple example to use pangocairo to render rotated text */
2
2
 
3
3
#include <math.h>
4
4
#include <pango/pangocairo.h>