#include <mapnik/color.hpp>
#include <mapnik/utils.hpp>
#include <mapnik/ctrans.hpp>
#include <mapnik/geometry.hpp>
#include <mapnik/text_path.hpp>
#include <mapnik/font_set.hpp>
#include <ft2build.h>
#include <boost/shared_ptr.hpp>
#include <boost/utility.hpp>
#include <boost/ptr_container/ptr_vector.hpp>
#include <boost/thread/mutex.hpp>
#include <string>
#include <vector>
#include <map>
#include <iostream>
#include <unicode/ubidi.h>
#include <unicode/ushape.h>
Go to the source code of this file.
Namespaces | |
namespace | mapnik |
Classes | |
class | mapnik::font_glyph |
class | mapnik::font_face |
class | mapnik::font_face_set |
class | mapnik::freetype_engine |
class | mapnik::face_manager< T > |
struct | mapnik::text_renderer< T > |
struct | mapnik::text_renderer< T >::glyph_t |
Typedefs | |
typedef boost::shared_ptr < font_face > | mapnik::face_ptr |
typedef boost::shared_ptr < font_glyph > | mapnik::glyph_ptr |
typedef boost::shared_ptr < font_face_set > | mapnik::face_set_ptr |