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/src/shield_symbolizer.cpp

    r546 r725  
    4747    { 
    4848    } 
     49 
     50    shield_symbolizer::shield_symbolizer( 
     51                          std::string const& name, 
     52                          unsigned size, 
     53                          Color const& fill,  
     54                          std::string const& file, 
     55                          std::string const& type, 
     56                          unsigned width,unsigned height) 
     57        : text_symbolizer(name, size, fill), 
     58          symbolizer_with_image( file, type, width, height ) 
     59    { 
     60    } 
    4961} 
    5062