26 #ifndef __TERRALIB_SE_INTERNAL_FONT_H 
   27 #define __TERRALIB_SE_INTERNAL_FONT_H 
   37 #include <boost/noncopyable.hpp> 
  116         void setFamily(
const std::string& family);
 
  118         void setStyle(
const FontStyleType& style);
 
  120         void setWeight(
const FontWeightType& weight);
 
  122         void setSize(
const std::string& size);
 
  139         void setParameter(
const std::string& name, 
const std::string& value);
 
  141         const SvgParameter* getParameter(
const std::string& name) 
const;
 
  159 #endif  // __TERRALIB_SE_INTERNAL_FONT_H 
static const std::string sm_family
SVG/CSS "font-family" parameter. 
static std::map< FontStyleType, std::string > sm_fontStyleMap
A map that associates FontStyleType to the correct string value. 
std::map< std::string, SvgParameter * > m_svgParams
Set of SvgParameters. 
A Font specifies the text font to use in a text symbolizer. 
static const std::string sm_weight
SVG/CSS "font-weight" parameter. 
FontStyleType
It defines the style to use for a font. 
#define TESEEXPORT
You can use this macro in order to export/import classes and functions from this module. 
static const std::string sm_size
SVG/CSS "font-size" parameter. 
Configuration flags for the Symbology Encoding support of TerraLib. 
static std::map< FontWeightType, std::string > sm_fontWeightMap
A map that associates FontWeightType to the correct string value. 
A SvgParameter refers to an SVG/CSS graphical-formatting parameter. 
static const std::string sm_style
SVG/CSS "font-style parameter. 
FontWeightType
It gives the amount of weight or boldness to use for a font.