diff options
author | Jonathon Jongsma <jonathon.jongsma@collabora.co.uk> | 2008-08-23 00:36:13 -0500 |
---|---|---|
committer | Jonathon Jongsma <jonathon.jongsma@collabora.co.uk> | 2008-08-27 10:14:10 -0500 |
commit | e4f223c6d9a5c8e7bb35fe91a14377f11b99cda8 (patch) | |
tree | 02784037499d75057d3f68df62995adf3f1d6ac6 /tests | |
parent | e9a57f0648568c95db722801680eab5237ea94a8 (diff) |
add Context::show_text_glyphs()
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test-font-face.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test-font-face.cc b/tests/test-font-face.cc index fe7f5f0..584e84f 100644 --- a/tests/test-font-face.cc +++ b/tests/test-font-face.cc @@ -14,6 +14,8 @@ using namespace boost::unit_test; #include <cairomm/fontface.h> #include <cairomm/scaledfont.h> +#include <cairomm/surface.h> +#include <cairomm/context.h> static Cairo::Matrix identity_matrix; |