#include <font_engine_freetype.hpp>
Public Types | |
typedef std::pair< unsigned, unsigned > | dimension_t |
Public Member Functions | |
font_face_set (void) | |
void | add (face_ptr face) |
unsigned | size () const |
glyph_ptr | get_glyph (unsigned c) const |
dimension_t | character_dimensions (const unsigned c) |
void | get_string_info (string_info &info) |
void | set_pixel_sizes (unsigned size) |
typedef std::pair<unsigned,unsigned> mapnik::font_face_set::dimension_t |
mapnik::font_face_set::font_face_set | ( | void | ) | [inline] |
void mapnik::font_face_set::add | ( | face_ptr | face | ) | [inline] |
unsigned mapnik::font_face_set::size | ( | ) | const [inline] |
glyph_ptr mapnik::font_face_set::get_glyph | ( | unsigned | c | ) | const [inline] |
dimension_t mapnik::font_face_set::character_dimensions | ( | const unsigned | c | ) | [inline] |
void mapnik::font_face_set::get_string_info | ( | string_info & | info | ) | [inline] |
void mapnik::font_face_set::set_pixel_sizes | ( | unsigned | size | ) | [inline] |