Merge commit '20fcdc80348f4f44944a1eeeabacd021aa051288' into harfbuzz
Conflicts: include/mapnik/font_engine_freetype.hpp src/agg/process_shield_symbolizer.cpp src/font_engine_freetype.cpp src/grid/process_shield_symbolizer.cpp src/symbolizer_helpers.cpp
This commit is contained in:
commit
ef2a1da052
10 changed files with 14 additions and 0 deletions
|
@ -36,6 +36,7 @@
|
|||
#include <mapnik/rule.hpp> // for all symbolizers
|
||||
#include <mapnik/noncopyable.hpp>
|
||||
#include <mapnik/cairo_context.hpp>
|
||||
#include <mapnik/pixel_position.hpp>
|
||||
|
||||
// cairo
|
||||
#include <cairo.h>
|
||||
|
|
|
@ -25,11 +25,13 @@
|
|||
|
||||
// mapnik
|
||||
#include <mapnik/config.hpp>
|
||||
#include <mapnik/box2d.hpp>
|
||||
#include <mapnik/font_set.hpp>
|
||||
#include <mapnik/text/face.hpp>
|
||||
#include <mapnik/text_symbolizer.hpp>
|
||||
#include <mapnik/noncopyable.hpp>
|
||||
#include <mapnik/value_types.hpp>
|
||||
#include <mapnik/pixel_position.hpp>
|
||||
|
||||
// freetype2
|
||||
extern "C"
|
||||
|
@ -53,6 +55,7 @@ extern "C"
|
|||
|
||||
namespace mapnik
|
||||
{
|
||||
struct char_properties;
|
||||
typedef std::vector<face_ptr> container_type;
|
||||
typedef container_type::size_type size_type;
|
||||
|
||||
|
|
|
@ -40,6 +40,7 @@
|
|||
#include <mapnik/svg/svg_converter.hpp>
|
||||
#include <mapnik/svg/svg_renderer_agg.hpp>
|
||||
#include <mapnik/svg/svg_path_adapter.hpp>
|
||||
#include <mapnik/pixel_position.hpp>
|
||||
|
||||
#include <mapnik/image_compositing.hpp>
|
||||
#include <mapnik/image_filter.hpp>
|
||||
|
|
|
@ -32,6 +32,8 @@
|
|||
#include <mapnik/marker_cache.hpp>
|
||||
#include <mapnik/label_collision_detector.hpp>
|
||||
#include <mapnik/parse_path.hpp>
|
||||
#include <mapnik/pixel_position.hpp>
|
||||
|
||||
|
||||
// agg
|
||||
#include "agg_trans_affine.h"
|
||||
|
|
|
@ -26,6 +26,7 @@
|
|||
#include <mapnik/graphics.hpp>
|
||||
#include <mapnik/text/symbolizer_helpers.hpp>
|
||||
#include <mapnik/text/renderer.hpp>
|
||||
#include <mapnik/pixel_position.hpp>
|
||||
|
||||
namespace mapnik {
|
||||
|
||||
|
|
|
@ -52,6 +52,7 @@
|
|||
#include <mapnik/vertex_converters.hpp>
|
||||
#include <mapnik/marker_helpers.hpp>
|
||||
#include <mapnik/noncopyable.hpp>
|
||||
#include <mapnik/pixel_position.hpp>
|
||||
|
||||
// cairo
|
||||
#include <cairo.h>
|
||||
|
|
|
@ -23,6 +23,8 @@
|
|||
// mapnik
|
||||
#include <mapnik/debug.hpp>
|
||||
#include <mapnik/font_engine_freetype.hpp>
|
||||
#include <mapnik/pixel_position.hpp>
|
||||
|
||||
|
||||
// boost
|
||||
#include <boost/algorithm/string.hpp>
|
||||
|
|
|
@ -43,6 +43,7 @@
|
|||
#include <mapnik/svg/svg_converter.hpp>
|
||||
#include <mapnik/svg/svg_renderer_agg.hpp>
|
||||
#include <mapnik/svg/svg_path_adapter.hpp>
|
||||
#include <mapnik/pixel_position.hpp>
|
||||
|
||||
// boost
|
||||
#include <boost/utility.hpp>
|
||||
|
|
|
@ -33,6 +33,7 @@
|
|||
#include <mapnik/marker.hpp>
|
||||
#include <mapnik/marker_cache.hpp>
|
||||
#include <mapnik/parse_path.hpp>
|
||||
#include <mapnik/pixel_position.hpp>
|
||||
|
||||
// agg
|
||||
#include "agg_trans_affine.h"
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
#include <mapnik/grid/grid_renderer_base.hpp>
|
||||
#include <mapnik/text/symbolizer_helpers.hpp>
|
||||
#include <mapnik/text/renderer.hpp>
|
||||
#include <mapnik/pixel_position.hpp>
|
||||
|
||||
// agg
|
||||
#include "agg_trans_affine.h"
|
||||
|
|
Loading…
Reference in a new issue