#include "cinder/Cinder.h"
#include "cinder/Xml.h"
#include "cinder/Vector.h"
#include "cinder/Color.h"
#include "cinder/Shape2d.h"
#include "cinder/PolyLine.h"
#include "cinder/Exception.h"
#include "cinder/MatrixAffine2.h"
#include "cinder/Surface.h"
#include "cinder/Font.h"
#include "cinder/Function.h"
#include <map>
#include <boost/noncopyable.hpp>
Go to the source code of this file.
Namespaces | |
cinder | |
cinder::svg | |
Typedefs | |
typedef std::function< bool(const Node &, svg::Style *)> | cinder::svg::RenderVisitor |
typedef std::shared_ptr< TextSpan > | cinder::svg::TextSpanRef |
typedef std::shared_ptr< Doc > | cinder::svg::DocRef |