Creates a new pango.item.Item structure initialized to default values.
Add attributes to a pango.item.Item.
Copy an existing pango.item.Item 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 analysis.
Get field length.
Set field length.
Get field numChars.
Set field numChars.
Get field offset.
Set field offset.
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.
The pango.item.Item structure stores information about a segment of text.
You typically obtain PangoItems by itemizing a piece of text with func@itemize.