Public Types | |
typedef cairo_font_face_t | cobject |
Public Member Functions | |
const cobject * | cobj () const |
cobject * | cobj () |
FontFace (cairo_font_face_t *cobject, bool has_reference=false) | |
Create a C++ wrapper for the C instance. | |
FontType | get_type () const |
void | reference () const |
void | unreference () const |
virtual | ~FontFace () |
Protected Attributes | |
cobject * | m_cobject |
|
|
|
Create a C++ wrapper for the C instance. This C++ instance should then be given to a RefPtr.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|