Inherited by Cairo::FtFontFace, Cairo::QuartzFontFace, Cairo::ToyFontFace, Cairo::UserFontFace, and Cairo::Win32FontFace.
Public Types | |
typedef cairo_font_face_t | cobject |
Public Member Functions | |
FontFace (cairo_font_face_t*cobject, bool has_reference=false) | |
Create a C++ wrapper for the C instance. | |
virtual | ~FontFace () |
FontType | get_type () const |
cobject* | cobj () |
const cobject* | cobj () const |
void | reference () const |
void | unreference () const |
Protected Attributes | |
cobject* | m_cobject |
Font faces are created using font-backend-specific constructors or implicitly using the toy text API by way of Context::select_font_face(). The resulting face can be accessed using Context::get_font_face().
typedef cairo_font_face_t Cairo::FontFace::cobject |
Cairo::FontFace::FontFace | ( | cairo_font_face_t * | cobject, | |
bool | has_reference = false | |||
) | [explicit] |
Create a C++ wrapper for the C instance.
This C++ instance should then be given to a RefPtr.
cobject | The C instance. | |
has_reference | Whether we already have a reference. Otherwise, the constructor will take an extra reference. |
virtual Cairo::FontFace::~FontFace | ( | ) | [virtual] |
const cobject* Cairo::FontFace::cobj | ( | ) | const [inline] |
cobject* Cairo::FontFace::cobj | ( | ) | [inline] |
FontType Cairo::FontFace::get_type | ( | ) | const |
void Cairo::FontFace::reference | ( | ) | const |
void Cairo::FontFace::unreference | ( | ) | const |
cobject* Cairo::FontFace::m_cobject [protected] |