#include <font_engine_freetype.hpp>
Public Member Functions | |
| font_face (FT_Face face) | |
| std::string | family_name () const |
| std::string | style_name () const |
| unsigned | num_glyphs () const |
| FT_GlyphSlot | glyph () const |
| FT_Face | get_face () const |
| bool | set_pixel_sizes (unsigned size) |
| ~font_face () | |
| mapnik::font_face::font_face | ( | FT_Face | face | ) | [inline] |
| mapnik::font_face::~font_face | ( | ) | [inline] |
| std::string mapnik::font_face::family_name | ( | ) | const [inline] |
| FT_Face mapnik::font_face::get_face | ( | ) | const [inline] |
| FT_GlyphSlot mapnik::font_face::glyph | ( | ) | const [inline] |
| unsigned mapnik::font_face::num_glyphs | ( | ) | const [inline] |
| bool mapnik::font_face::set_pixel_sizes | ( | unsigned | size | ) | [inline] |
| std::string mapnik::font_face::style_name | ( | ) | const [inline] |
1.4.7