|
Main Page
Widgets
Namespaces
Book
Pango::Fontset Class ReferenceA Pango::Fontset is used to represent a set of fonts.
More...
Inheritance diagram for Pango::Fontset:
[legend]List of all members.
|
Public Methods |
virtual | ~Fontset () |
PangoFontset* | gobj () |
const PangoFontset* | gobj () const |
PangoFontset* | gobj_copy () |
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.
|
Related Functions |
(Note that these are not member functions.)
|
Glib::RefPtr<Pango::Fontset> | wrap (PangoFontset* object, bool take_copy=false) |
Detailed Description
A Pango::Fontset is used to represent a set of fonts.
Constructor & Destructor Documentation
virtual Pango::Fontset::~Fontset |
( |
|
) |
[virtual] |
|
Member Function Documentation
|
Returns the font in the fontset that contains the best glyph for the unicode character wc.
- Parameters:
-
- Returns:
- A Pango::Font. The caller must call g_object_unref when finished with the font.
|
|
Get overall metric information for the fonts in the fontset.
- Returns:
- A Pango::Metrics object. The caller must call pango_font_metrics_unref() when finished using the object.
|
const PangoFontset* Pango::Fontset::gobj |
( |
|
) |
const [inline] |
|
PangoFontset* Pango::Fontset::gobj |
( |
|
) |
[inline] |
|
PangoFontset* Pango::Fontset::gobj_copy |
( |
|
) |
|
|
Friends And Related Function Documentation
Glib::RefPtr<Pango::Fontset> wrap |
( |
PangoFontset* |
object, |
|
|
bool |
take_copy = false |
|
) |
[related] |
|
The documentation for this class was generated from the following file:
Generated for gtkmm by
Doxygen 1.3-rc1 © 1997-2001
|