![]() |
![]() |
Public Member Functions | ||||
FontDescription | describe () const | |||
Returns the family, style, variant, weight and stretch of a Pango::FontFace. | ||||
Glib::ustring | get_name () const | |||
Gets a name representing the style of this face among the different faces in the Pango::FontFamily for the face. | ||||
const PangoFontFace* | gobj () const | |||
Provides access to the underlying C GObject. | ||||
PangoFontFace* | gobj () | |||
Provides access to the underlying C GObject. | ||||
PangoFontFace* | gobj_copy () | |||
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs. | ||||
Glib::ArrayHandle<int> | list_sizes () const | |||
virtual | ~FontFace () | |||
Related Functions | ||||
(Note that these are not member functions.) | ||||
Glib::RefPtr<Pango::FontFace> | wrap (PangoFontFace* object, bool take_copy=false) | |||
|
virtual Pango::FontFace::~FontFace | ( | ) | [virtual] |
FontDescription Pango::FontFace::describe | ( | ) | const |
Returns the family, style, variant, weight and stretch of a Pango::FontFace.
The size field of the resulting font description will be unset.
Glib::ustring Pango::FontFace::get_name | ( | ) | const |
Gets a name representing the style of this face among the different faces in the Pango::FontFamily for the face.
This name is unique among all faces in the family and is suitable for displaying to users.
const PangoFontFace* Pango::FontFace::gobj | ( | ) | const [inline] |
Provides access to the underlying C GObject.
PangoFontFace* Pango::FontFace::gobj | ( | ) | [inline] |
Provides access to the underlying C GObject.
PangoFontFace* Pango::FontFace::gobj_copy | ( | ) |
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.
Glib::ArrayHandle<int> Pango::FontFace::list_sizes | ( | ) | const |
Glib::RefPtr<Pango::FontFace> wrap | ( | PangoFontFace * | object, | |
bool | take_copy = false | |||
) | [related] |
object | The C instance |
take_copy | False if the result should take ownership of the C instance. True if it should take a new copy or ref. |