Class: Pango::Fontset
- Inherits:
-
Object
- Object
- Pango::Fontset
- Defined in:
- (unknown)
Overview
The PangoFontsetClass structure holds the virtual functions for
a particular PangoFontset implementation.
Direct Known Subclasses
Instance Method Summary collapse
-
#foreach(func, data) ⇒ nil
Iterates through all the fonts in a fontset, calling func for each one.
-
#get_font(wc) ⇒ Pango::Font
Returns the font in the fontset that contains the best glyph for a Unicode character.
-
#metrics ⇒ Pango::FontMetrics
Get overall metric information for the fonts in the fontset.
Instance Method Details
#foreach(func, data) ⇒ nil
Iterates through all the fonts in a fontset, calling func for each one.
If func returns true, that stops the iteration.
#get_font(wc) ⇒ Pango::Font
Returns the font in the fontset that contains the best glyph for a Unicode character.
#metrics ⇒ Pango::FontMetrics
Get overall metric information for the fonts in the fontset.