Create a glyph_item.GlyphItem boxed type.
Splits a shaped item (pango.glyph_item.GlyphItem) into multiple items based on an attribute list.
Make a deep copy of an existing pango.glyph_item.GlyphItem structure.
Returns this, for use in with statements.
Modifies orig to cover only the text after split_index, and returns a new item that covers the text before split_index that used to be in orig.
Get field endXOffset.
Set field endXOffset.
Get field glyphs.
Set field glyphs.
Get field item.
Set field item.
Get field startXOffset.
Set field startXOffset.
Get field yOffset.
Set field yOffset.
Pointer to the C boxed value
Get the GType of this boxed type.
Boxed GType property.
Convenience method to return this cast to a type. For use in D with statements.
Make a copy of the wrapped C boxed data.
Copy a C boxed value using g_boxed_copy.
Free a C boxed value using g_boxed_free.
A pango.glyph_item.GlyphItem is a pair of a pango.item.Item and the glyphs resulting from shaping the items text.
As an example of the usage of pango.glyph_item.GlyphItem, the results of shaping text with pango.layout.Layout is a list of pango.layout_line.LayoutLine, each of which contains a list of pango.glyph_item.GlyphItem.