pango-sharp2.10.0.0Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.Used to store strings of glyphs with geometry and visual attribute information.GLib.OpaqueFieldSystem.Obsolete(Message="Pango.GlyphString is a reference type now, use null", IsError=False)Pango.GlyphStringObsolete: just use now.ConstructorCreates a new object.MethodPango.GlyphStringObsolete. Replaced by an ordinary constructora object.ConstructorInternal method
an object of type This is an internal method, and should not be used by user code.MethodPango.GlyphStringObsolete internal constructor
an object of type a object.MethodPango.GlyphStringCopies one into a new object.a To be added.MethodSystem.VoidComputes the logical and ink extents of this glyph string.
a for rendering the string
a used to store the extents of the glyph as drawn or to indicate that the result is not needed.
a used to store the logical extents of the glyph or to indicate that the result is not needed.
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.VoidComputes the logical and ink extents of a sub-section of this glyph string.
an integer for the start index
an integer for the end index
a for rendering the string
a used to store the extents of the glyph as drawn or to indicate that the result is not needed.
a used to store the logical extents of the glyph or to indicate that the result is not needed.
The extents are relative to the start of the glyph string range, not to the start of the glyph string.PropertySystem.Int32Resizes this GlyphString to the given length.The new length of the string.To be added.MethodSystem.VoidConvert from x offset to character position.
a , the text for the run
a , the analysis for the run
the X offset in Pango glyph units.
a , for storing the calculated byte index
a for storing whether the user clicked on the leading
or trailing edge of the character.
Character positions are computed by dividing up each cluster into equal portions.
In scripts where positioning within a cluster is not allowed (such as Thai), the returned value may not be a valid cursor
position; the caller must combine the result with the logical attributes for the text to compute the valid cursor position.
PropertyGLib.GTypeGType Property.a Returns the native value for .PropertySystem.Int32the number of glyphs in the string.the number of glyphs in the string.MethodSystem.Int32Convert from character position to X position.
a , the text for the run
a , the analysis for the run
a , the byte index within the text.
a whether to compute from trailing edge (true) or leading
edge (false) of the character
Converts from character position to x position. (X position is measured from the left edge of the run).
Character positions are computed by dividing up each cluster into equal portions.
To be added.MethodSystem.Int32Determine the screen width corresponding to each character in a string. When
multiple characters compose a single cluster, the width of the entire cluster is divided equally among the characters.
a to process
a , the embedding level of the string
a , a pointer to an array of logical widths for each character.