Show
Ignore:
Timestamp:
07/29/08 19:21:39 (5 months ago)
Author:
tom
Message:

Add support for font sets on shield sumbolizers.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/include/mapnik/shield_symbolizer.hpp

    r540 r725  
    4444                      std::string const& type, 
    4545                      unsigned width,unsigned height); 
    46      
     46    shield_symbolizer(std::string const& name, 
     47                      unsigned size, 
     48                      Color const& fill,  
     49                      std::string const& file, 
     50                      std::string const& type, 
     51                      unsigned width,unsigned height); 
    4752  }; 
    4853}