pango-sharp0.0.0.0neutralGtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.A can be used to iterate over the visual extents of a .GLib.OpaqueGLib.IWrapperMethodSystem.VoidGets the extents of the current cluster, in layout coordinates (origin is the top left of the entire layout).
rectangle to fill with ink extents
rectangle to fill with logical extents
MethodSystem.VoidObtains the extents of the current line.
rectangle to fill with ink extents
rectangle to fill with logical extents
or can be if you are not interested in them. Extents are in layout coordinates (origin is the top-left corner of the entire ). Thus the extents returned by this function will be the same width/height but not at the same x/y as the extents returned from .MethodSystem.BooleanMoves iter forward to the next run in visual order.an object of type If iter was already at the end of the layout, returns .MethodSystem.VoidObtains the extents of the being iterated over.
rectangle to fill with ink extents
rectangle to fill with logical extents
or can be if you are not interested in them.MethodSystem.VoidFrees an iterator that is no longer in use.MethodSystem.VoidGets the extents of the current run in layout coordinates (origin is the top left of the entire layout).
rectangle to fill with ink extents
rectangle to fill with logical extents
The coordinate system for each rectangle has its origin at the base line and horizontal origin of the character with increasing coordinates extending to the right and down. The units of the rectangles are in 1 / of a device unit.MethodSystem.BooleanMoves iter forward to the next character in visual order.an object of type If iter was already at the end of the layout, returns .MethodSystem.BooleanMoves iter forward to the start of the next line.an object of type If iter is already on the last line, returns .MethodSystem.VoidGets the extents of the current character, in layout coordinates (origin is the top left of the entire layout).
rectangle to fill with logical extents
Only logical extents can sensibly be obtained for characters; ink extents make sense only down to the level of clusters.MethodSystem.BooleanMoves iter forward to the next cluster in visual order.an object of type If iter was already at the end of the layout, returns .MethodSystem.BooleanDetermines whether iter is on the last line of the layout.an object of type ConstructorInternal constructor
Pointer to the C object.
An instance of LayoutIter, wrapping the C object.This is an internal constructor, and should not be used by user code.PropertySystem.Int32Gets the current byte index. current byte indexNote that iterating forward by char moves in visual order, not logical order, so indexes may not be sequential. Also, the index may be equal to the length of the text in the layout, if on the run (see ).PropertyPango.LayoutRunGets the current run.an object of type 'Pango.LayoutRun'When iterating by run, at the end of each line, there is a position with a run, so this function can return . The run at the end of each line ensures that all lines have at least one run, even lines consisting of only a newline.PropertySystem.Int32Gets the y position of the current line's baseline, in layout coordinates (origin at top left of the entire layout). baseline of current linePropertyPango.LayoutLineGets the current line.the current MethodSystem.VoidDivides the vertical space in the being iterated over between the lines in the layout, and returns the space belonging to the current line.
a
a A line's range includes the line's logical extents, plus half of the spacing above and below the line if has been set. The y positions are in layout coordinates (origin at top left of the entire layout).