#include <Cairo.h>
Public Member Functions | |
FontFace () | |
FontFace (const std::string &fontName) | |
FontFace (cairo_font_face_t *aCairoFontFace) | |
virtual | ~FontFace () |
cairo_font_face_t * | getCairoFontFace () const |
int32_t | getType () |
cinder::cairo::FontFace::FontFace | ( | ) |
cinder::cairo::FontFace::FontFace | ( | const std::string & | fontName | ) |
cinder::cairo::FontFace::FontFace | ( | cairo_font_face_t * | aCairoFontFace | ) |
cinder::cairo::FontFace::~FontFace | ( | ) | [virtual] |
cairo_font_face_t* cinder::cairo::FontFace::getCairoFontFace | ( | ) | const |
int32_t cinder::cairo::FontFace::getType | ( | ) |