#include <font_set.hpp>
Public Member Functions | |
| FontSet () | |
| FontSet (std::string const &name) | |
| FontSet (FontSet const &rhs) | |
| FontSet & | operator= (FontSet const &rhs) |
| unsigned | size () const |
| std::string const & | get_name () const |
| void | add_face_name (std::string) |
| std::vector< std::string > const & | get_face_names () const |
| ~FontSet () | |
| mapnik::FontSet::FontSet | ( | ) |
| mapnik::FontSet::FontSet | ( | std::string const & | name | ) |
| mapnik::FontSet::FontSet | ( | FontSet const & | rhs | ) |
| mapnik::FontSet::~FontSet | ( | ) |
References face_names_, and name_.
| unsigned mapnik::FontSet::size | ( | ) | const |
Referenced by mapnik::cairo_renderer< T >::process(), and mapnik::agg_renderer< T >::process().
| std::string const & mapnik::FontSet::get_name | ( | ) | const |
| void mapnik::FontSet::add_face_name | ( | std::string | face_name | ) |
| std::vector< std::string > const & mapnik::FontSet::get_face_names | ( | ) | const |
1.5.6