#include <font_engine_freetype.hpp>
Public Member Functions | |
font_face (FT_Face face) | |
std::string | family_name () const |
std::string | style_name () const |
FT_GlyphSlot | glyph () const |
FT_Face | get_face () const |
unsigned | get_char (unsigned c) const |
bool | set_pixel_sizes (unsigned size) |
~font_face () |
mapnik::font_face::font_face | ( | FT_Face | face | ) | [inline] |
mapnik::font_face::~font_face | ( | ) | [inline] |
References family_name(), and style_name().
std::string mapnik::font_face::family_name | ( | ) | const [inline] |
Referenced by ~font_face().
std::string mapnik::font_face::style_name | ( | ) | const [inline] |
Referenced by ~font_face().
FT_GlyphSlot mapnik::font_face::glyph | ( | ) | const [inline] |
FT_Face mapnik::font_face::get_face | ( | ) | const [inline] |
unsigned mapnik::font_face::get_char | ( | unsigned | c | ) | const [inline] |
bool mapnik::font_face::set_pixel_sizes | ( | unsigned | size | ) | [inline] |