Pango::LayoutRun Class Reference
Detailed Description
A Pango::LayoutRun represents a single run within a PangoLayoutLine.Public Member Functions | |
GlyphString | get_glyphs () const |
Gets the string of glyphs obtained by shaping the text for this item. | |
Item | get_item () const |
Gets the Pango::Item object that provides information about the segment of text in this run. | |
const PangoLayoutRun* | gobj () const |
Provides access to the underlying C GObject. | |
PangoLayoutRun* | gobj () |
Provides access to the underlying C GObject. | |
LayoutRun (const PangoLayoutRun* src) | |
Protected Member Functions | |
LayoutRun () | |
Protected Attributes | |
PangoLayoutRun | gobject_ |
Related Functions | |
(Note that these are not member functions.) | |
const Pango::LayoutRun& | wrap (const PangoLayoutRun* object) |
Pango::LayoutRun& | wrap (PangoLayoutRun* object) |
Constructor & Destructor Documentation
Pango::LayoutRun::LayoutRun | ( | ) | [protected] |
Pango::LayoutRun::LayoutRun | ( | const PangoLayoutRun * | src | ) | [explicit] |
Member Function Documentation
GlyphString Pango::LayoutRun::get_glyphs | ( | ) | const |
Gets the string of glyphs obtained by shaping the text for this item.
- Returns:
- A Pango::GlyphString object.
Item Pango::LayoutRun::get_item | ( | ) | const |
Gets the Pango::Item object that provides information about the segment of text in this run.
- Returns:
- A Pango::Item object.
const PangoLayoutRun* Pango::LayoutRun::gobj | ( | ) | const [inline] |
Provides access to the underlying C GObject.
PangoLayoutRun* Pango::LayoutRun::gobj | ( | ) | [inline] |
Provides access to the underlying C GObject.
Friends And Related Function Documentation
const Pango::LayoutRun& wrap | ( | const PangoLayoutRun * | object | ) | [related] |
Pango::LayoutRun& wrap | ( | PangoLayoutRun * | object | ) | [related] |
Member Data Documentation
PangoLayoutRun Pango::LayoutRun::gobject_ [protected] |
The documentation for this class was generated from the following file: