pango-sharpGtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.GLib.OpaqueUsed to represent an iterator through a .A new iterator is created with . Once the iterator is created, it can be advanced through the style changes in the text using . At each style change, the range of the current style segment and the attributes currently in effect can be queried.Constructor
Pointer to the C object.
Internal constructorThis is an internal constructor, and should not be used by user code.PropertyPango.Attribute[]Gets a list all attributes a the current position of the iterator.a a list of all attributes for the current range.MethodPango.AttrIteratorMake a copy of the iterator.a MethodSystem.Obsolete("Pango.AttrIterator is now freed automatically")System.VoidDestroy a and free all associated memory.MethodSystem.VoidTo be added.To be added.MethodSystem.Void
To be added.
To be added.To be added.MethodPango.Attribute
the type of attribute to find.
Find the current attribute of a particular type at the iterator location. the current attribute of the given type, or if no attribute of that type applies to the current location.When multiple attributes of the same type overlap, the attribute whose range starts closest to the current location is used.MethodSystem.Void
a to fill in with the current values. The family name in this structure will be set using using values from an attribute in the associated with the iterator, so if you plan to keep it around, you must call: .
if non-, location to store language tag for item, or if non is found.
if non-, location in which to store a list of non-font attributes at the the current position; only the highest priority value of each attribute will be added to this list.
Get the font and other attributes at the current iterator position.MethodSystem.BooleanAdvance the iterator until the next change of style. if the iterator is at the end of the list, otherwise MethodSystem.Void
location to store the start of the range
location to store the end of the range
Get the range of the current segment.