pangoGlyphStringExtentsRange {RGtk2} | R Documentation |
Computes the extents of a sub-portion of a glyph string. The extents are relative to the start of the glyph string range (the origin of their coordinate system is at the start of the range, not at the start of the entire glyph string).
pangoGlyphStringExtentsRange(object, start, end, font)
|
[PangoGlyphString ] a PangoGlyphString |
|
[integer] start index |
|
[integer] end index (the range is the set of bytes with indices such that start <= index < end) |
|
[PangoFont ] a PangoFont |
A list containing the following elements:
|
[PangoRectangle ] rectangle used to store the extents of the glyph string range as drawn
or NULL to indicate that the result is not needed. |
|
[PangoRectangle ] rectangle used to store the logical extents of the glyph string range
or NULL to indicate that the result is not needed. |
Derived by RGtkGen from GTK+ documentation