![]() |
![]() |
Public Types | |
typedef sigc::slot< bool, const Glib::RefPtr<Font >&> | ForeachSlot |
For instance, bool on_foreach(const Glib::RefPtr<Pango::Font>& font);. | |
Public Member Functions | |
void | foreach (const ForeachSlot& slot) |
Iterates through all the fonts in a fontset, calling slot for each one. | |
Glib::RefPtr<Font> | get_font (guint wc) const |
Returns the font in the fontset that contains the best glyph for the unicode character wc. | |
FontMetrics | get_metrics () const |
Get overall metric information for the fonts in the fontset. | |
const PangoFontset* | gobj () const |
Provides access to the underlying C GObject. | |
PangoFontset* | gobj () |
Provides access to the underlying C GObject. | |
PangoFontset* | gobj_copy () |
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs. | |
virtual | ~Fontset () |
Related Functions | |
(Note that these are not member functions.) | |
Glib::RefPtr<Pango::Fontset> | wrap (PangoFontset* object, bool take_copy=false) |
|
For instance, bool on_foreach(const Glib::RefPtr<Pango::Font>& font);.
|
|
|
|
Iterates through all the fonts in a fontset, calling slot for each one. If slot returns true, that stops the iteration.
|
|
Returns the font in the fontset that contains the best glyph for the unicode character wc.
|
|
Get overall metric information for the fonts in the fontset.
|
|
Provides access to the underlying C GObject.
Reimplemented from Glib::ObjectBase. |
|
Provides access to the underlying C GObject.
Reimplemented from Glib::ObjectBase. |
|
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.
|
|
|