~vanvugt/ubuntu/quantal/nux/fix-1039155

« back to all changes in this revision

Viewing changes to Nux/PangoText.cpp

  • Committer: Jay Taoko
  • Date: 2012-05-25 20:36:09 UTC
  • mto: (159.372.1 nux.api-3.0)
  • mto: This revision was merged to the branch mainline in revision 349.
  • Revision ID: jay.taoko@canonical.com-20120525203609-zhgdionqh4wnq87o
* Deprecated nux-image library. The feature by nux-image has been merged into nux-graphics.
* Removed NuxImage Directory.
* Tests are compiling.
* Updated Nux API version to 3.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
#include "cairo/cairo.h"
8
8
#include "pango/pango.h"
9
9
#include "pango/pangocairo.h"
10
 
#include "NuxImage/CairoGraphics.h"
 
10
#include "NuxGraphics/CairoGraphics.h"
11
11
 
12
12
#include "PangoText.h"
13
13