A Pango::LayoutRun represents a single run within a LayoutLine.  
 More...
#include <pangomm/layoutrun.h>
|  | 
| static GType | get_type () | 
|  | Get the GType for this class, for use with the underlying GObject type system.  More... 
 | 
|  | 
A Pango::LayoutRun represents a single run within a LayoutLine. 
It is simply an alternate name for GlyphItem. 
      
        
          | Pango::LayoutRun::LayoutRun | ( |  | ) |  | 
      
 
 
  
  | 
        
          | Pango::LayoutRun::LayoutRun | ( | PangoGlyphItem * | gobject, |  
          |  |  | bool | make_a_copy = true |  
          |  | ) |  |  |  | explicit | 
 
 
      
        
          | Pango::LayoutRun::LayoutRun | ( | const LayoutRun& | other | ) |  | 
      
 
 
  
  | 
        
          | Pango::LayoutRun::LayoutRun | ( | LayoutRun&& | other | ) |  |  | noexcept | 
 
 
  
  | 
        
          | Pango::LayoutRun::~LayoutRun | ( |  | ) |  |  | noexcept | 
 
 
  
  | 
        
          | static GType Pango::LayoutRun::get_type | ( |  | ) |  |  | static | 
 
Get the GType for this class, for use with the underlying GObject type system. 
 
 
  
  | 
        
          | PangoGlyphItem* Pango::LayoutRun::gobj | ( |  | ) |  |  | inline | 
 
Provides access to the underlying C instance. 
 
 
  
  | 
        
          | const PangoGlyphItem* Pango::LayoutRun::gobj | ( |  | ) | const |  | inline | 
 
Provides access to the underlying C instance. 
 
 
      
        
          | PangoGlyphItem* Pango::LayoutRun::gobj_copy | ( |  | ) | const | 
      
 
Provides access to the underlying C instance. The caller is responsible for freeing it. Use when directly setting fields in structs. 
 
 
  
  | 
        
          | void Pango::LayoutRun::swap | ( | LayoutRun& | other | ) |  |  | noexcept | 
 
 
- Parameters
- 
  
    | lhs | The left-hand side |  | rhs | The right-hand side |  
 
 
 
A Glib::wrap() method for this object. 
- Parameters
- 
  
    | 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. |  
 
- Returns
- A C++ instance that wraps this C instance. 
 
 
  
  | 
        
          | PangoGlyphItem* Pango::LayoutRun::gobject_ |  | protected |